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

Problems on latest versions of iOS Safari (maybe just from 14 on) #173

Open
ioliva opened this issue Dec 29, 2020 · 0 comments
Open

Problems on latest versions of iOS Safari (maybe just from 14 on) #173

ioliva opened this issue Dec 29, 2020 · 0 comments

Comments

@ioliva
Copy link

ioliva commented Dec 29, 2020

We have experienced that, at least on iOS 14 Safari, as the window.open mechanism is used, a new browser session is started, and that breaks our download, since we require user to be logged in (the session should be the same as the previous one).

We have found that all works flawlessly if we use the same iframe mechanism as if it weren't iOS (we avoid setting isIos = true). Also, the UX is much better, since the user does not see a new tab opening that he/she should close manually afterwards.

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

No branches or pull requests

1 participant