I have a hybrid app that uses WebView to render external html from my own site. It had a problem that if any link was clicked, it started a browser window. I found this code
One more setting required for webview in addition to myWebView.getSettings().setSupportMultipleWindows(true);
myWebView.setJavaScriptCanOpenWindowsAutomatically(true);