I'm looking for a popup detection system that's as accurate as possible for a UIWebView. The browser I'm implementing doesn't do tabs or windows so I just want to ignore all popups.
I know I can override window.open via javascript but the problem I run into is sites that try to get around popup blockers by setting the current window to the advertisement and the popup window to the actual site that's supposed to open.
So I'm looking for some javascript or something to detect what the good link is and open that link normally while ignoring the popup no matter what method is used to open it.
Any ideas are very welcome!