You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: