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

make sure file downloading works on all platforms #34

Closed
arose opened this issue Nov 30, 2015 · 1 comment
Closed

make sure file downloading works on all platforms #34

arose opened this issue Nov 30, 2015 · 1 comment

Comments

@arose
Copy link
Collaborator

arose commented Nov 30, 2015

Currently downloads are triggered by NGL.download( data, filename ).

See also: https://github.com/eligrey/FileSaver.js/

@arose
Copy link
Collaborator Author

arose commented Aug 26, 2016

Good in all Browsers but Safari, which can only be changed by Safari itself

  • On Chrome, Firefox, IE11, and Edge, a png image file with a name is downloaded.
  • On Safari (Desktop), a file named "Unknown" without any extension is downloaded.
  • On Safari (Mobile), no file is downloaded but the page is changed to the image which the user can save by tap'n'hold.
  • Safari currently does not support naming downloaded files in any way :-(

@arose arose closed this as completed Aug 26, 2016
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