Android - Open target _blank links in WebView with external browser
问题 I build a WebView which displays a website. The website contains links without a target="_blank" attribute and some with it. I need to open the links with target defined in the external standard device browser and the ones without it inside the WebView. I'm using a WebViewClient and I tried around with this function but still all my links are opened within the WebView : Alternative 1: @Override public boolean shouldOverrideUrlLoading(WebView view, String url) { return super