2

enter image description here

i want to show the download notification as in the image. i'm am using ionic 2 Cordova file transfer

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103
mikemew
  • 21
  • 4

1 Answers1

0

Cordova file transfer will download the file, but will not show a progress bar in the notification center. The progress bar is displayed when you use the download manager of native android to perform the download. While Ionic Native does not contain a plugin that can do this, there are a few that work. https://github.com/vasani-arpit/cordova-plugin-downloadmanager & https://github.com/emilbayes/cordova-plugin-android-downloadmanager

Delwyn Pinto
  • 614
  • 1
  • 6
  • 14