While building an mp3 downloader app i came accross one issue.
Using the $cordovaFie plugin will download my audio in the background , But implementing progress and multiple file download is a hasle. Is there any way i can call the download manager the way the browser would call it. When clicking the download button in the browser the android download manager takes care of multiple file downloading and shows progress in the notification area. Is there any way i can simulate the browser download in my ionic app ?