Stuk / jszip-utils

Other
228 stars 193 forks source link

getBinaryContent hangs out on mobile #9

Open osro opened 9 years ago

osro commented 9 years ago

I'm working on this project where I need to extract large zip-files (over 50 megabytes) into the mobile device.

I found this repository https://github.com/raulsouzalima/jszip-utils by @raulsouzalima which allows you to retrieve progress events from the getBinaryContent function and I noticed that when I call the getBinaryContent it hangs out around 30% when used on older devices (example iPhone 4S).

Any ideas how to get pass this issue?