I’m testing the built-in WebView in the Android apps. My problem is that the following code
WebView webView = (WebView) findViewById(R.id.webView1);
webView.loadUrl("http://google.com");
triggers an intent (sugesting the installed browsers for opening the web) instead of open it in the built-in WebView. What should I do for avoiding that?
This won’t open other broweser. Have reference here from DEVELOPER’s SITE.