nativescript-background-http
nativescript-background-http copied to clipboard
Background Upload plugin for the NativeScript framework
I am using NativeScript version 6.0 and after successful upload of an image using nativescript-background-http i have created a task complete handler inside i call a function to update array...
Only testet on iOS @nativescript/ios": "7.0.0". ### Please, provide the following version numbers that your issue occurs with: - CLI: 7.0.4 - Cross-platform modules: 7.0.0 - Runtime(s): @nativescript/ios": "7.0.0" When...
How can I use it with nativescript-ssl-pinning or nativescript-https if I have a SSL certificate to pin..(Angular)
**TNS version**: 6.7.4 **tns-ios version**: 6.5.2 **nativescript-background-http version** in package.json: "^4.2.1", I'm testing on a physical iOS device, running iOS 13. I have setup event listeners for "responded" and "complete"...
Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...
Hello, In my Nativescript + Angular app I need to upload a profile pic to the backend server ( done ) and save the server response ( pic URL )...
### Which platform(s) does your issue occur on? - Android version 10 (with SDK platform tools 28) - iOS ### Please, provide the following version numbers that your issue occurs...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...
Though that is mentioned [here](https://github.com/NativeScript/nativescript-background-http/issues/198) and the issue is closed, there is no way to add a timeout to the options (e.g. `timeout:3600000`) and this is really critical. Any idea...
Hello, we created a service in AWS Lambda, which works fine on Android, but not on IOS (The request does not leave the device). Returns the following message: ``` responseCode:...