cordova-plugin-background-download icon indicating copy to clipboard operation
cordova-plugin-background-download copied to clipboard

Results 28 cordova-plugin-background-download issues
Sort by recently updated
recently updated
newest added

On Android 12, when the app is minimised the downloading stops. On reopening the app, the download continues. **Steps to replicate** _Case 1:_ 1. start a download 2. put the...

Changes to support android target 29 build

I want to disable plugin notification while downloading and make my own progress notification. How can I do that please?

Concurrency downloads in Android

Got some crash reports with null pointer at https://github.com/sgrebnov/cordova-plugin-background-download/blob/master/src/android/BackgroundDownload.java#L334 I guess that probably wants an `if( cursor != null )` prefixed

if my network was goes after i restart my network file was not started it starting from 0

I already put these type definitions to DefinitelyTyped and it was merged (https://github.com/DefinitelyTyped/DefinitelyTyped/pull/32709). But as you can see here https://github.com/DefinitelyTyped/DefinitelyTyped/pull/32881 it needed to be reverted because of npm naming restrictions....