- 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
demothat would test those changes out npm run demo.iosornpm run demo.android(must be run from the root directory)