rndme / download

file downloading using client-side javascript
MIT License
2.28k stars 417 forks source link

Problem with Chrome on iOS #60

Open vaske opened 6 years ago

vaske commented 6 years ago

I tried every single demo but neither works on Chrome on iPhone, working on solution for iPhone/iPad download and considering your lib as a potential fix.

Kepro commented 6 years ago

"Devices without file systems like iPhone, iPad, Wii, et al. have nowhere to save the file to, sorry."

marcusrbrown commented 6 years ago

"Devices without file systems like iPhone, iPad, Wii, et al. have nowhere to save the file to, sorry."

I don't know about Android, but iOS has supported downloading files in mobile Safari since at least version 9. Would you be interested in a PR if I can get it working as expected?

KennyHammerlund commented 5 years ago

Any progress with this?