I have a webview displaying an html page (locally stored). The html page has an image that contains an external link to my app, ex: https://www.google.com/
I need to click on the image that contains the link (https://www.google.com/), it will open in the default android browser and not in the webview inside my app.
Thanks!
I need to click on the image that contains the link (https://www.google.com/), it will open in the default android browser and not in the webview inside my app.
Thanks!