- Download files in the background using the platform's DownloadManager service on Android.
- Set local uri to save file to
- Option to set if download is allowed over a metered connection
- TODO: Use DownloadManager library with similar features on iOS
Check the demo
folder to see how the plugin is used. Look at DownloadJobManager in demo
for advanced usage with Rxjs Observables.
- Make changes to plugin files
- Make changes in
demo
that would test those changes out npm run demo.ios
ornpm run demo.android
(must be run from the root directory)