I'm currently developing Ionic app now and stuck at file download part. I saw many posts that FileTransfer cordova library is now deprecated in favor of XHR request.
Even though I saw many posts that the library is deprecated, I can't find any sample code (for downloading file from URL).
Could anyone please suggest me good way to download file from url without using FileTransfer plugin?