MobileChromeApps / cordova-plugin-zip

Zip plugin for Cordova apps
Other
168 stars 207 forks source link

Unzipping concurrently #53

Open fela98 opened 9 years ago

fela98 commented 9 years ago

I have got some problems, where the unzipping fails some times. I think it might be because I download two files, and when they're finished they unzip instantly.

I think it's because they might be unzipping concurrently and therefore failing.

Is it possible to unzip two files at the same time on Android and iOS using this plugin?