-
-
Notifications
You must be signed in to change notification settings - Fork 334
Open
Description
Describe the bug
Download is interrupted when user switches to another app (makes my app in background). It reports connection closed Exception on the file server. But on Android it works well when the app is in background.
System info
- affected HTTP plugin version: 3.3.1
- affected platform(s) and version(s): iOS 18.1
- affected device(s): All iphone devices
- cordova version: 10.0.0
- cordova platform version(s): 7.1.1
Are you using ionic-native-wrapper? Yes
- ionic-native-wrapper version: 5.36.0
- did you check ionic-native issue tracker for your problem? Yes
Minimum viable code to reproduce
If applicable, add formatted sample coding to help explain your problem.
e.g.:
this.httpNative.sendRequest(
url,
{
method: 'download',
responseType: 'blob',
timeout: 60000,
filePath: path
},
).then(response => {
resolve(response);
}, (err) => {
reject(err);
}
Does this plugin support background file transfer on IOS ? and if it supports, what I have done wrong ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels