FortuneN / cordova-plugin-zeep

Zip compression/decompression for the cordova/phonegap platform
Apache License 2.0
28 stars 37 forks source link

size limitation? #13

Open s-pic opened 6 years ago

s-pic commented 6 years ago

The plugin works fine on iOS11 for files sized a couple of MB up to a few dozen MB. However the errorCallback is called immediately when the app tries to unzip a file that is 2.8 GB big using the same code like the one for the smaller files.

Is there some sort of limitation on how big a zip file can be?