I used a webview to load up a webpage. Is there a way to listen click action to know what hyper link is clicking on webview? For example, if click hyper link 1 then switch to native code page 1, if click hyper link 2 then jump to native code page 2….
Share
Using JavaScript in WebView you can do this. pls refer the link below.
Android WebView WebChromeClient example tutorial
http://developer.android.com/guide/webapps/webview.html