Skip to content

Commit 97f3358

Browse files
cordova-angular: set plugin version to 0.4.3
1 parent 5f07c64 commit 97f3358

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cordova-angularjs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ With your device connected, run the following commands from terminal:
104104

105105
The app itself will show the sequence of events; these events are also output to logcat
106106

107+
On newer versions of Cordova, clear text http connections might not be allowed, for which you might have to add `android:usesCleartextTraffic="true"` in the `application` tag inside "AndroidManifest.xml".
108+
107109
### Starting Over
108110

109111
If you want to clean out the cordova app and start over, use `gulp clean:cordova`. Then start over with the instructions in this section.

cordova-angularjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"jshint": "jshint ./src/client/app/app.js && jshint ./src/server/main.js",
1919
"setup-cordova": "mkdirp ./cordova && pushd ./cordova && cordova create ExampleCordovaAngular && npm run add-platforms && npm run add-plugins && popd",
2020
"add-platforms": "pushd ./cordova/ExampleCordovaAngular && cordova platform add ios android && popd",
21-
"add-plugins": "pushd ./cordova/ExampleCordovaAngular && cordova plugin add [email protected].1 && cordova plugin add cordova-plugin-file && cordova plugin add cordova-plugin-console && popd"
21+
"add-plugins": "pushd ./cordova/ExampleCordovaAngular && cordova plugin add [email protected].3 && cordova plugin add cordova-plugin-file && cordova plugin add cordova-plugin-console && popd"
2222
},
2323
"keywords": [
2424
"mobile",

0 commit comments

Comments
 (0)