question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

File->Download causes crash on iOS Safari

See original GitHub issue

Expected 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:closed
  • Created 5 years ago
  • Comments:18 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
paulkaplancommented, Apr 17, 2018

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.

0reactions
redstone-scratchcommented, Jun 23, 2020

Interesting, I’ll test this, even though I’m probably not helping. What version of iOS and Safari?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found