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
Use this code:
// Force links and redirects to open in the WebView instead of in a browser mWebView.setWebViewClient(new WebViewClient());