mramonlopez/cordova-plugin-file-downloader

"unzip " parameter is not working(file is not getting extracted)

Opened this issue · 1 comments

i have tried the below code
downloader.init({ folder: 'offlineCode', fileSystem: cordova.file.externalDataDirectory,unzip: true});
file is getting downloaded but it is not extracting the files(unzip:true)is not working

@Nousheenk - not sure if you're still stuck, but I had the same exact issue -- until I actually referred to a .zip file. eg downloader.get('http://foo.com/bar.zip')