WebView: Open links in external Browser
1a20ca06 connected a WebViewClient to the WebView. But as soon as a client is connected, the WebView stops handling links itself and tries to display everything on its own. Override shouldOverrideUrlLoading() and replicate what Android's default WebView does if no WebViewClient is connected to work around this. This fixes #587.
Loading
Please register or sign in to comment