Fixes scroll locked after closing modals. Fixes potential UI freeze on iOS....
Fixes scroll locked after closing modals. Fixes potential UI freeze on iOS. Fixes cordova-plugin-minisodium installation from NPM
... | ... | @@ -33,24 +33,25 @@ |
"cordova": "^9.0.0", | ||
"cordova-android": "6.4.0", | ||
"cordova-ios": "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", | ||
"cordova-plugin-console": "^1.0.7", | ||
"cordova-plugin-console": "^1.1.0", | ||
"cordova-plugin-crosswalk-webview": "^2.3.0", | ||
"cordova-plugin-device": "^1.1.6", | ||
"cordova-plugin-dialogs": "^1.3.3", | ||
"cordova-plugin-minisodium": "https://github.com/E-IS/cordova-plugin-minisodium/archive/v1.0.1.tar.gz", | ||
"cordova-plugin-device": "^1.1.7", | ||
"cordova-plugin-dialogs": "^1.3.4", | ||
"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", | ||
"cordova-plugin-statusbar": "^2.4.2", | ||
"cordova-plugin-vibration": "^2.1.5", | ||
"cordova-plugin-statusbar": "^2.4.3", | ||
"cordova-plugin-vibration": "^2.1.6", | ||
"cordova-plugin-websocket": "^0.12.2", | ||
"cordova-plugin-whitelist": "^1.3.2", | ||
"cordova-plugin-x-toast": "^2.6.0", | ||
"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": "https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | ||
"phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | ||
}, | ||
"devDependencies": { | ||
"bower": "^1.8.0", | ||
... | ... | @@ -115,7 +116,7 @@ |
"cordova-clipboard", | ||
{ | ||
"id": "cordova-plugin-minisodium", | ||
"locator": "https://github.com/E-IS/cordova-plugin-minisodium.git" | ||
"locator": "https://github.com/bpresles/cordova-plugin-minisodium.git" | ||
}, | ||
{ | ||
"id": "phonegap-plugin-barcodescanner", | ||
... | ... | @@ -130,8 +131,7 @@ |
}, | ||
{ | ||
"platform": "android", | ||
"version": "6.4.0", | ||
"locator": "android@6.4.0" | ||
"locator": "osx" | ||
} | ||
], | ||
"cordova": { | ||
... | ... | @@ -155,7 +155,8 @@ |
}, | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
"android", | ||
"osx" | ||
] | ||
} | ||
} | ||
\ No newline at end of file |
This diff is collapsed.
Please register or sign in to comment