-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Falls foul of Chrome's and IE's popup blocking #4
Comments
Iiiinteresting. I initially put the timeouts in because of a different stackoverflow thread suggesting that making the calls asynchronous and out of sync with each other would get around popup blocking, but I never actually tested the simplest possible version: what if I just take the timeouts out altogether? I'll experiment with the simplest possible way first, though it may be worth bringing AJAX in anyway to better handle wrong HB numbers. |
You're welcome to assign me this because I'm going to try and fix it now. |
upon investigation, I can only open one browser tab with the technique I linked to there, not 4 or 5 of them. I think that hosting a bunch of stuff in an iframe, or scraping the text using an ajax call and response might get us further. |
Is there a way to make this not need the user to explicitly allow popups?
The text was updated successfully, but these errors were encountered: