Question

i'm trying de get downloaded files via cordova filetransfer to be accessible to other native applications such as the Download App on android.

i'm getting the files under /sdcard/Download directory but the problem is that when i open the Download application nothing is displayed ...

any ideas ???

thank you.

Was it helpful?

Solution

When you open the "Download" application, you will only see files that are downloaded using the API DownloadManager. I guess that PhoneGap does not use that to download files.

But if it is visible or not (in Download Manager), all files in that folder will be accessible to other apps.

Or you can fork my repo for downloading and replace the download parts with the API of DownloadManager.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top