Luis

Results 2 comments of Luis

> I managed to do it using [minizip-asm.js](https://github.com/rf00/minizip-asm.js): > > ```js > const mz = new Minizip(buffer); > data = mz.extract('file.xml', {password}); > ``` Though a solution, Minizip's latest version...

> [@mohammadbaghaei](https://github.com/mohammadbaghaei) Thanks for the test, but the issue is on desktop only as explained [@LuisBoto](https://github.com/LuisBoto), not on android devices. > > In my users crash logs, I can see...