Posts by alberto • 1 point
1 post
-
0
votes1
answer139
viewsQ: How to open a link in a browser that was clicked on a Webview on Android
I want to open a link that will be clicked on Webview, I want this open in the browser. I have here the code: mWebView.setWebViewClient(new WebViewClient() { @Override public boolean…