There could be cases when the page loaded inside webview tries to open a new window using window.open. An app can handle such a case by listening to the NewWindow event of the WebView control and prevent default action from being taken.
Under the Output heading below, the displayed HTML has been loaded into the WebView control. Type some url into the text field and click the "Open in new window" button to open the url in a new window.