Posts by Henrique Horbovyi • 1 point
1 post
-
-1
votes1
answer139
viewsA: How to open a link in a browser that was clicked on a Webview on Android
You have to create a Intent to open the link in the browser. 1 - Create a String with your URL 2 - Create an object Intent passing as argument Intent.ACTION_VIEW, this will make android search apps…