Short question: Is it possible to detect window.open() in a UIWebView using the UIWebViewDelegate or is there another way to reach this? I need the the url when a window.open()-Event is fired to show a UIAlertView.
Short question: Is it possible to detect window.open() in a UIWebView using the UIWebViewDelegate
Share
You need to overwrite
window.open()using JavaScript: