Downloading progress bar in notification

Hello, I am downloading file using cordova-plugin-file-transfer plugin. using onProgress() method to show progress bar. But, now i am trying to show download file notification. In notification i want to show progress bar. can anyone please explain how to achieve this?.

1 Like

Add some code of your download and onProgress functions

You want to show a Android/iOS notification when file download has been completed?

you can use this plugin to show progressive ongoing notification on android.

1 Like

Hey,

I want to show the notification when file is downloaded like the native behaviour of android/iOS.
Can you please help me out?

write a pop up function inside filetransfer.download after download process is completed