Hi, I'm encountering a recurring error when using JSZip:
Can't find end of central directory: is this a zip file? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html
Is there a known issue with JSZip failing to extract zip files larger than ~400KB on Android browsers?
The issue happens across multiple Android devices, but doesn't occur on desktop.
Seems similar to issue #632 — could it be related to minification?