How to open external URL in default browser and all internal links in WebView Android?
问题 I am using WebView in my page and using local file assets to displaying in WebView but in main HTML page external website (not local) and I want to open just that link in default Browser on the users device This is my code in 'onCreate' method WebView v; v=(WebView) rootView.findViewById(R.id.webView1); v.getSettings().setJavaScriptEnabled(true); WebViewClient vc= new WebViewClient(); v.setWebViewClient(vc); v.loadUrl("file:///android_asset/home.html"); When I run the application the internal