I have a WebView in which i display web content which i have no control over. The content displays fine, but have links which spawn a popup window. The javascri
WebView
Please check with adding this -
getSettings().setSupportMultipleWindows(true);