iPad fixes
Showing
- .gitignore 2 additions, 1 deletion.gitignore
- build.json 32 additions, 0 deletionsbuild.json
- hooks/after_prepare/020_remove_code.js 6 additions, 2 deletionshooks/after_prepare/020_remove_code.js
- package.json 8 additions, 6 deletionspackage.json
- resources/icon.png 0 additions, 0 deletionsresources/icon.png
- scss/ionic.app.scss 14 additions, 0 deletionsscss/ionic.app.scss
- www/css/ionic.app.min.css 21 additions, 1 deletionwww/css/ionic.app.min.css
- www/js/config.js 1 addition, 1 deletionwww/js/config.js
- www/templates/menu.html 1 addition, 1 deletionwww/templates/menu.html
build.json
0 → 100644
... | ... | @@ -32,6 +32,7 @@ |
"dependencies": { | ||
"cordova": "^9.0.0", | ||
"cordova-android": "6.4.0", | ||
"cordova-clipboard": "^1.3.0", | ||
"cordova-ios": "git+https://github.com/bpresles/cordova-ios.git#5.1.0", | ||
"cordova-osx": "^5.0.0", | ||
"cordova-plugin-camera": "^2.4.1", | ||
... | ... | @@ -124,7 +125,7 @@ |
"locator": "https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | ||
}, | ||
"cordova-plugin-ionic-keyboard", | ||
"cordova-plugin-ionic-webview" | ||
"cordova-plugin-ionic-webview@4.1.2" | ||
], | ||
"cordovaPlatforms": [ | ||
{ | ||
... | ... | @@ -140,10 +141,7 @@ |
], | ||
"cordova": { | ||
"plugins": { | ||
"cordova-plugin-camera": { | ||
"CAMERA_USAGE_DESCRIPTION": "Scan QRCode or avatar", | ||
"PHOTOLIBRARY_USAGE_DESCRIPTION": "Avatar" | ||
}, | ||
"cordova-plugin-camera": {}, | ||
"cordova-plugin-console": {}, | ||
"cordova-plugin-device": {}, | ||
"cordova-plugin-dialogs": {}, | ||
... | ... | @@ -159,7 +157,11 @@ |
"phonegap-plugin-barcodescanner": { | ||
"CAMERA_USAGE_DESCRIPTION": "Scan QRCode" | ||
}, | ||
"cordova-plugin-ionic-webview": {} | ||
"ionic-plugin-keyboard": {}, | ||
"cordova-clipboard": {}, | ||
"cordova-plugin-ionic-webview": { | ||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
} | ||
}, | ||
"platforms": [ | ||
"ios", | ||
... | ... |

| W: | H:
| W: | H:


This diff is collapsed.