Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.