MobileChromeApps / cordova-plugin-zip

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

Now windows phone support? #61

Open kimeuichan opened 8 years ago

kimeuichan commented 8 years ago

i find #60 So i download zip and it include my project. but i can't unzip my file. the error is Missing Command Error. Is #60 's source working?? i use ngCordova here is my code.

$cordovaZip .unzip( "ms-appdata:///local//example.zip" , "ms-appdata:///local//" ).then(function () { console.log('unzip success'); }, function () { console.log('error'); }, function (progressEvent) { console.log(progressEvent); });

osro commented 8 years ago

Seems like the issue is still open and the Windows sources are not yet merged into the master branch.

Meanwhile you can try to install it directly from the branch cordova plugin add https://github.com/platformpurple/cordova-plugin-zip

Also I think that's for Windows 10 - not Phone.

rdbhagat999 commented 5 years ago

It is now 2019, and it seems that they haven't merged #60 into the master.

osro commented 5 years ago

It is now 2019, and it seems that they haven't merged #60 into the master.

Yep, it is 2019 and everyone knows that Microsoft does not develop Windows Phone platform anymore. So there is no reason to merge it 😄

rdbhagat999 commented 5 years ago

It is now 2019, and it seems that they haven't merged #60 into the master.

Yep, it is 2019 and everyone knows that Microsoft does not develop Windows Phone platform anymore. So there is no reason to merge it 😄

Ionic 4 | Angular 8 | Windows 10 Universal App: Well, I need to unzip a file for Ionic Windows 10 Universal app and I'm using the following plugin that currently supports only IOS and Android platforms. https://ionicframework.com/docs/native/zip Do you know any plugin for Ionic Windows 10 app?