I would like to load to know an url been updated in webview over previously loaded url.How can I detect second url is been loaded completely, any snippets or examples will be very much helpful for resolving this.Thanks a lot.
Asked
Active
Viewed 77 times
1 Answers
0
Call again
mWebView.loadUrl("second url");

Digit
- 1,929
- 1
- 14
- 17
-
why don't you give final redirected url to your webview . this may be help you http://stackoverflow.com/questions/14951696/java-urlconnection-get-the-final-redirected-url – Digit Sep 10 '13 at 07:01
-
Raghu my first window needs to get input from user which will be used in second window..On the whole its mandatory to have load one by one inside same webview with self-redirection..Hope you get it.. – Karthik Sep 10 '13 at 07:12