How to download file natively?

https://developer.android.com/reference/android/app/DownloadManager.html
maybe you find an answer somewhere here, but on my device it downloaded in the downloads folder as far as i remember

@user5555
Thanks for the suggestion.
For now get the solution by using destinationUri: this.file.externalRootDirectory + ā€˜/Download/ā€™

2 Likes

how to download file natively in ios ionic ?