I have loaded an external URL in my WebView
. Now what I need is that when the user clicks on the links on the page loaded, it has to work like a normal browser and open the link in the same WebView
. But it’s opening the default browser and loading the page there?
I have enabled JavaScript. But still it’s not working. Have I forgotten something?