-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Opening up in same Tab in Safari on iPhone #346
Comments
Yes I agree. File should be open in new tab. |
Here, we explicitly create another window and navigate to it. There's already some provision for this workaround on this module, but line https://github.com/eligrey/FileSaver.js/blob/master/FileSaver.js#L126 needs to exclude iOS. |
Same issue with iOS 11.3. Opens in same window. Anyone find a workaround to trigger a new window/tab? |
Confirmed. I think this issue depends on Safari on iOS. Import dependencies
and render a button
When clicking the CRA button, Safari opens new tab and displays blob data. **Update: include live heroku |
Having this issue with Angular 6 when using iOS 12 Safari. |
Still having the issue, blobs only opening in the current tab |
In Safari on my iPhone / iPad the File (PDF) does not open up in a new Window but in the same Window, so I have to navigate back to the Page where I came from.
It should open up in a new Tab as described.
If you can't confirm this issue I can show you, but I don't want to publish the URL right here.
The text was updated successfully, but these errors were encountered: