Skip to content
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

Open
eldang opened this issue Jan 12, 2017 · 4 comments
Open

Falls foul of Chrome's and IE's popup blocking #4

eldang opened this issue Jan 12, 2017 · 4 comments

Comments

@eldang
Copy link
Owner

eldang commented Jan 12, 2017

Is there a way to make this not need the user to explicitly allow popups?

@eldang eldang changed the title Falls foul of Chrome's popup blocking Falls foul of Chrome's and IE's popup blocking Jan 12, 2017
@nein09
Copy link
Contributor

nein09 commented Jan 12, 2017

@eldang
Copy link
Owner Author

eldang commented Jan 12, 2017

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.

@nein09
Copy link
Contributor

nein09 commented Jan 13, 2017

You're welcome to assign me this because I'm going to try and fix it now.

@nein09
Copy link
Contributor

nein09 commented Jan 13, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants