File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 7
7
- Fixed #83 : App crashes on error during download operation on iOS (thanks troyanskiy)
8
8
- Fixed #76 : upload sequence is not respecting order of operations needed by some sites (thanks Johny101)
9
9
10
+ - :warning : ** Deprecation** : AngularJS service is deprecated now and will be removed anytime soon
11
+
10
12
## 1.10.1
11
13
12
14
- Fixed #71 : does not encode query string in URL correctly on Android
Original file line number Diff line number Diff line change @@ -32,11 +32,17 @@ cordova plugin add cordova-plugin-advanced-http
32
32
33
33
## Usage
34
34
35
- ### Without AngularJS
35
+ ### Plain Cordova
36
36
37
37
This plugin registers a global object located at ` cordova.plugin.http ` .
38
38
39
- ### With AngularJS
39
+ ### With Ionic-native wrapper
40
+
41
+ Check the [ Ionic docs] ( https://ionicframework.com/docs/native/http/ ) for how to use this plugin with Ionic-native.
42
+
43
+ ### With AngularJS (Deprecated)
44
+
45
+ :warning : * This feature is deprecated and will be removed anytime soon.* :warning :
40
46
41
47
This plugin creates a cordovaHTTP service inside of a cordovaHTTP module. You must load the module when you create your app's module.
42
48
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-advanced-http" ,
3
- "version" : " 1.10.1 " ,
3
+ "version" : " 1.10.2 " ,
4
4
"description" : " Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning" ,
5
5
"scripts" : {
6
6
"testandroid" : " ./scripts/build-test-app.sh --android --emulator && ./scripts/test-app.sh --android --emulator" ,
You can’t perform that action at this time.
0 commit comments