jszip-utils
jszip-utils copied to clipboard
getBinaryContent hangs out on mobile
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?