jszip-utils icon indicating copy to clipboard operation
jszip-utils copied to clipboard

getBinaryContent hangs out on mobile

Open osro opened this issue 9 years ago • 0 comments

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?

osro avatar Jun 30 '15 13:06 osro