Skip to content

wildone/cordova-zip-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zip

A Cordova plugin to unzip files in Android and iOS.

##Installation

cordova plugin add https://github.com/MobileChromeApps/zip.git

##Usage

zip.unzip(<source zip>, <destination dir>, <callback>);

Both source and destination arguments can be URLs obtained from the HTML File interface or absolute paths to files on the device.

The callback argument will be executed when the unzip is complete, or when an error occurs. It will be called with a single argument, which will be 0 on success, or -1 on failure.

About

Zip plugin for Cordova apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.2%
  • Objective-C 8.4%
  • Java 2.3%
  • JavaScript 0.1%