AlwaysLoveme / capacitor-plugin-filedownload

a file download plugin for Capacitor3.0+
MIT License
13 stars 7 forks source link

notifyListeners "downloadProgress" not implemented for android? #8

Closed ariane10 closed 1 year ago

ariane10 commented 1 year ago

I want to notify the user the percentage of the download that has been completed, but I cannot access the process data in the listener.

const eventListener = await FileDownload.addListener('downloadProgress', data =>{ console.log(data.progress); })

AlwaysLoveme commented 1 year ago

I want to notify the user the percentage of the download that has been completed, but I cannot access the process data in the listener.

const eventListener = await FileDownload.addListener('downloadProgress', data =>{

console.log(data.progress);

})

Fixed in latest version