tags:

views:

53

answers:

1

I want to find out when a user clicks an internal link in a url currently opened in webview. How can I do that?

Thanks, Farha

A: 

Try setting WebViewClient for the WebView and the onPageStarted() method will be called when the page loading is started.

Karan
that's already implemented.
Farha Ansari
Hey Karan, i tried again what u had mentioned and it worked.. :)Thanks,Farha
Farha Ansari