Issue
I am using android webview and loading an url. Inside the webview, there are certain click events and on clicking , the UI inside webview is changed. I am not getting any callback in shouldOverrideUrlLoading(...). Is there a way to detect the changes inside webview in android?
The shouldOverrideUrlLoading() is called only when baseUrl changes.
Solution
The onPageFinished(WebView view, String url) method is called when every url changes and loads. The Url can be parsed to find out the change.
Answered By - abhishek maharajpet
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.