-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unzip() always return -1 on Android #89
Comments
I'll add my 2 cents to this, since I noticed a similar issue. Running in an emulator, it seems to work fine. But running on a device yields the following (obtained from adb logcat):
|
Same issue recently with Mi Note 8, also MIUI. |
Same here :( |
Same problem here :( |
@Gabriel-des I didn't find the solution using this plugin, but I did solve it using this package: https://stuk.github.io/jszip/ supplemented with https://capacitorjs.com/docs/v2/apis/filesystem |
Mi Phone Mi MAX - Android 7.0 - MIUI 10.2 Stable
No matter unzip() is successful or not or even with a wrong filename, it always returns -1. It works correctly on iOS.
The text was updated successfully, but these errors were encountered: