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.

compressing in ios is crashing. I didn’t check in android.

the code I used is

    const data = zipSync(tozip, { level: 0, mem: 0 });
    saveAs(new Blob([data as Uint8Array]), `${this.title}.zip`);

the result zip file made with pc is about 200~300mb and including about 80 jpg photos.

Thank you, I always appreciate your work.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ktjd123commented, Nov 10, 2020

JSZip doesn’t crash. sent email! . Thank you

I’m using next.js

0reactions
ktjd123commented, Nov 18, 2020

Oh Thank you, I’ll recheck and send files. It seems to be with ios safari download limit not fflate. Thank you. Sorry for bothering you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

9 Fixes for When Your iPhone Apps Keep Crashing
9 Fixes for When Your iPhone Apps Keep Crashing · 1. Check Your Internet Connection · 2. Close and Relaunch the App ·...
Read more >
IOS 14.5 APP-Crashing | Apple Developer Forums
Hello, the app I'm working on is crashing on launch on iOS 14.5. We have identified the issue and fixed it in our...
Read more >
[Top 7 Ways] Fix iPhone Apps Keep Crashing on iOS 16
Way 1: Force Quit the Crashed App and Re-Launch​​ If your iPhone app keeps crashing or freezing, we recommend force quitting the crashed...
Read more >
YouTube is repeatedly crashing for some iOS users but a ...
Google says to hang tight. Google is working to fix an issue that is causing the YouTube mobile app to repeatedly crash for...
Read more >
Top 5 Ways to Fix iOS 14 Apps Freezing and Crashing
How to Fix iPhone, iPad Apps Freezing and Crashing on iOS 14 · 1. Restart iPhone or iPad · 2. Reset iPhone or...
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