Skip to content

SuperDaifuku/phonegap3.x.x-plugins-ExtractZipFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

phonegap3.x.x-plugins-ExtractZipFile

ExtractZipFile modified plugin for phonegap 3

All credits goes to:

https://github.com/phonegap/phonegap-plugins

What I have changed:

-> extract method declaration

-> run in own thread

be sure to check out the description of the original plugin:

https://github.com/phonegap/phonegap-plugins/tree/master/iOS/ExtractZipFile

https://github.com/phonegap/phonegap-plugins/tree/master/Android/ExtractZipFile

quick javascript example:

	cordova.exec(function(winParam) {
		
		// success
		
	}, function(error) {
	
  // error
		
	}, "ZipPlugin", "extract", [ZipFileWithPath, destination]);

About

ExtractZipFile plugin for phonegap 3.x.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published