How to unzip a file in windows phone (using Visual Studio Apache Cordova Community) -
i need download , unzip file in app, download using file transfer plugin, can not find plugin unzip file, there plugin supports ios , android not windows phone...
is possible achieve this?
sorry not available @ time (i've looked!) solution download each file individually instead of wrapping them zip. better solution create own plugin can work windows.
for android , ios, plugin works (tested) https://github.com/mobilechromeapps/cordova-plugin-zip
if you're using cordova project can go config.xml , via plugins tab -> custom -> paste link.
if can't way use command line add.
cordova plugin add https://github.com/mobilechromeapps/cordova-plugin-zip
Comments
Post a Comment