Refresh Webview If External Page Closed
I want to make the web-view refresh if the external page is closed Here is the code of the fragment where the webview is :
Solution 1:
simple answer will be webView.reload();
after external page is closed
and have a look --> here
Post a Comment for "Refresh Webview If External Page Closed"