-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Fix issue #64: Print dialogue only open once in safari on Mac #134
Conversation
…n Mac Removed removeWindow method. Tested on example and custom app, seems to work fine on Chrome, Firefox and Safari. Updated version on package.json and Changelog file.
…n Mac Added a class to the printing iframe. Always remove the oldest iframe the second time user tries to print (and then append the new one). Tested on example.
…n Mac Removed console.log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I'll test it out this weekend. One thing: can you please remove the CHANGELOG and version changes? Those will be in their own PR
…n Mac Revert changes on changelog and package.json
Hi! Thank you, if you have time to test it in the weekend it would be really great! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested this on desktop Chrome and Safari and I've had others test it on mobile Safari on both iPad and iPhone, and it seems to work.
Apologies for the delay - I don't have an iOS device myself so it took a while to get it tested on mobile Safari.
Going to merge and publish, hopefully it solves issues for everyone!
v2.1.3 is published! Please let me know if you run into an other issues |
Alternative solution to PR #56