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

@sgrebnov - I made this fix months ago, but now I separated it on its own PR. Please merge this, I keep getting people asking me about the fix. Without...

Hi! is active this plugin? because when i try to compile it , phonegap says Error - The following plugin, plugin version or a dependancy of this plugin is not...

On Android 6, some downloads never terminate. I think our custom BroadcastReceiver is not properly registered for some reason. In the console, I get `Progress Object {bytesReceived: 559, totalBytesToReceive: 559}`...

Hi, I've just found a issue on WP 8.1 According to https://msdn.microsoft.com/en-us/library/windows/apps/microsoft.phone.backgroundtransfer.transferpreferences%28v=vs.105%29.aspx?cs-save-lang=1&cs-lang=csharp&f=255&MSPPError=-2147217396#code-snippet-1 BackgroundTransferRequest has TransferPreferences value set to None by default, which means it allow file transfer only (!) if...

Hi! When I try to download a file from s3 with temporary access parameters the app close itself. The url is like this one: https:/bucketName.s3.eu-central-1.amazonaws.com/path/to/file.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKRTUJFHHDSS2A%2F20150914%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Date=20150914T095952Z&X-Amz-SignedHeaders=Host&X-Amz-Expires=3600&X-Amz-Signature=i3a4ol3n0tewpe7xvgay7kxui6znkphx Any ideas?