I have created a webview in my native application in which I'm loading a local html which can contain multiple links through href or using javascript inside the html.
How can I,
1. Get the link which the user has clicked inside the webview to check it and decide whether to open it in webview or in device browser?
2. How to launch device browser on the click of the link inside webview?
Kindly assist,
Thanks.