I did one sample application using WebView, in that web view the URL comes from web services. It\'s working fine, but if I click any link within that WebView, its automatica
I face same problem and i just fixed it by adding single line.
webview.setWebViewClient(new WebViewClient());
and this solved my problem.