File->Download causes crash on iOS Safari
See original GitHub issueExpected Behavior
Selecting File->Download to your computer on iOS Safari should work, or be grayed out.
Actual Behavior
It tries to load a URL starting with blob
, and shows an error page including WebKitBlobResource error 1
Operating System and Browser
iOS 11.2.2 Safari
Issue Analytics
- State:
- Created 5 years ago
- Comments:18 (8 by maintainers)
Top Results From Across the Web
Safari crashing when downloading? | Apple Developer Forums
I'm working on an app, and have turned over download responsibilities to Safari, thusly: UIApplication.shared.open(URL(string: ...
Read more >Safari Crashing on iPhone / iPad? Here is How to Fix Safari ...
6 Fixes for Safari Crashes in iOS · Update iOS System Software · Disable Safari Suggestions Features · Too Many Safari Tabs? Close...
Read more >How to Fix: Safari keeps crashing on iPhone/iPad?
Fix: Safari keeps Crashing. Restart your iPhone; Update to the latest iOS; Clear Safari History and Website Data; Turn off the JavaScript option ......
Read more >Safari Keeps Crashing on iPad or iPhone, How to Fix It?
Launch the Settings app on your iOS device, scroll down to find "Safari" and tap on it. Tap on the "Clear History and...
Read more >Fix Notes, Safari, Files App Keeps Crashing iOS 16.2 Update ...
Fixed out iOS Apps keeps crashing: Notes, Safari, Files, Message, ect.. · 1: Launch the app store on iPhone, iPad. · 2: Search...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like using a library that handles the many edge cases of saving files out of the browser like https://github.com/eligrey/FileSaver.js/ would help. It is definitely possible to save those files on mobile safari, just takes a fair bit of trickery.
Interesting, I’ll test this, even though I’m probably not helping. What version of iOS and Safari?