Fixed keyboard issue on iOS: Using cordova-plugin-ionic-keyboard instead of...
Fixed keyboard issue on iOS: Using cordova-plugin-ionic-keyboard instead of the deprecated ionic-plugin-keyboard. Adjusted preferences for keyboard.
{ | ||
"name": "cesium", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"description": "Cesium Wallet for G1 libre currency", | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -32,7 +32,7 @@ |
"dependencies": { | ||
"cordova": "^9.0.0", | ||
"cordova-android": "6.4.0", | ||
"cordova-ios": "https://github.com/bpresles/cordova-ios.git#5.1.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", | ||
"cordova-plugin-compat": "^1.2.0", | ||
... | ... | @@ -40,6 +40,8 @@ |
"cordova-plugin-crosswalk-webview": "^2.3.0", | ||
"cordova-plugin-device": "^1.1.7", | ||
"cordova-plugin-dialogs": "^1.3.4", | ||
"cordova-plugin-ionic-keyboard": "^2.2.0", | ||
"cordova-plugin-ionic-webview": "^4.1.2", | ||
"cordova-plugin-minisodium": "git+https://github.com/bpresles/cordova-plugin-minisodium.git", | ||
"cordova-plugin-secure-storage": "^2.6.8", | ||
"cordova-plugin-splashscreen": "^3.2.2", | ||
... | ... | @@ -48,7 +50,6 @@ |
"cordova-plugin-websocket": "^0.12.2", | ||
"cordova-plugin-whitelist": "^1.3.4", | ||
"cordova-plugin-x-toast": "^2.7.2", | ||
"ionic-plugin-keyboard": "^2.2.1", | ||
"moment": "~2.19.3", | ||
"numeral": "1.5.3", | ||
"phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | ||
... | ... | @@ -121,7 +122,9 @@ |
{ | ||
"id": "phonegap-plugin-barcodescanner", | ||
"locator": "https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | ||
} | ||
}, | ||
"cordova-plugin-ionic-keyboard", | ||
"cordova-plugin-ionic-webview" | ||
], | ||
"cordovaPlatforms": [ | ||
{ | ||
... | ... | @@ -131,12 +134,16 @@ |
}, | ||
{ | ||
"platform": "android", | ||
"locator": "osx" | ||
"version": "6.4.0", | ||
"locator": "android@6.4.0" | ||
} | ||
], | ||
"cordova": { | ||
"plugins": { | ||
"cordova-plugin-camera": {}, | ||
"cordova-plugin-camera": { | ||
"CAMERA_USAGE_DESCRIPTION": "Scan QRCode or avatar", | ||
"PHOTOLIBRARY_USAGE_DESCRIPTION": "Avatar" | ||
}, | ||
"cordova-plugin-console": {}, | ||
"cordova-plugin-device": {}, | ||
"cordova-plugin-dialogs": {}, | ||
... | ... | @@ -148,10 +155,11 @@ |
"cordova-plugin-websocket": {}, | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-x-toast": {}, | ||
"ionic-plugin-keyboard": {}, | ||
"cordova-plugin-ionic-keyboard": {}, | ||
"phonegap-plugin-barcodescanner": { | ||
"CAMERA_USAGE_DESCRIPTION": "Scan QRCode" | ||
} | ||
}, | ||
"cordova-plugin-ionic-webview": {} | ||
}, | ||
"platforms": [ | ||
"ios", | ||
... | ... | @@ -159,4 +167,4 @@ |
"osx" | ||
] | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
Please register or sign in to comment