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
webview.setWebViewClient(new WebViewClient()); webview.loadUrl(url);
Do set webview client.