guolf / Cordova-Plugin-Downloader

带进度条的下载对话框。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cordova-Plugin-Downloader

安装:

cordova plugin add https://github.com/guolf/Cordova-Plugin-Downloader.git

删除

cordova plugin remove cordova-plugin-downloader

使用

window.plugins.Downloader.downloadAndOpenFile("http://xxxx.apk",{overwrite:true, progressInfo:"正在下载:"},function(res){
},function(error){
});

About

带进度条的下载对话框。

License:Apache License 2.0


Languages

Language:Java 97.8%Language:JavaScript 2.2%