how we could write the zip file in .dataDirectory using cordova-plugin-file. 
Below is the sample code used.
var blob = new Blob([response.data], {type: 'application/zip'});
 fileWriter.write(blob);

[ Full content available at: 
https://github.com/apache/cordova-plugin-file/issues/245 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to