keyboard issue
Showing
| ... | @@ -27,6 +27,7 @@ | ... | @@ -27,6 +27,7 @@ |
| "@ionic-native/core": "^5.19.1", | "@ionic-native/core": "^5.19.1", | ||
| "@ionic-native/geolocation": "^5.19.1", | "@ionic-native/geolocation": "^5.19.1", | ||
| "@ionic-native/google-plus": "^5.19.1", | "@ionic-native/google-plus": "^5.19.1", | ||
| "@ionic-native/keyboard": "^5.21.6", | |||
| "@ionic-native/native-geocoder": "^5.19.1", | "@ionic-native/native-geocoder": "^5.19.1", | ||
| "@ionic-native/social-sharing": "^5.20.0", | "@ionic-native/social-sharing": "^5.20.0", | ||
| "@ionic-native/splash-screen": "^5.19.1", | "@ionic-native/splash-screen": "^5.19.1", | ||
| ... | @@ -40,7 +41,7 @@ | ... | @@ -40,7 +41,7 @@ |
| "cordova-plugin-device": "^2.0.3", | "cordova-plugin-device": "^2.0.3", | ||
| "cordova-plugin-geolocation": "^4.0.2", | "cordova-plugin-geolocation": "^4.0.2", | ||
| "cordova-plugin-googleplus": "^8.4.0", | "cordova-plugin-googleplus": "^8.4.0", | ||
| "cordova-plugin-ionic-keyboard": "^2.2.0", | "cordova-plugin-ionic-keyboard": "2.2.0", | ||
| "cordova-plugin-ionic-webview": "^4.1.3", | "cordova-plugin-ionic-webview": "^4.1.3", | ||
| "cordova-plugin-nativegeocoder": "^3.2.2", | "cordova-plugin-nativegeocoder": "^3.2.2", | ||
| "cordova-plugin-splashscreen": "^5.0.3", | "cordova-plugin-splashscreen": "^5.0.3", | ||
| ... | @@ -93,7 +94,6 @@ | ... | @@ -93,7 +94,6 @@ |
| "cordova-plugin-ionic-webview": { | "cordova-plugin-ionic-webview": { | ||
| "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
| }, | }, | ||
| "cordova-plugin-ionic-keyboard": {}, | |||
| "cordova-plugin-geolocation": { | "cordova-plugin-geolocation": { | ||
| "GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | "GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | ||
| }, | }, | ||
| ... | @@ -107,7 +107,8 @@ | ... | @@ -107,7 +107,8 @@ |
| "ANDROID_SUPPORT_V4_VERSION": "24.1.1+" | "ANDROID_SUPPORT_V4_VERSION": "24.1.1+" | ||
| }, | }, | ||
| "mx.ferreyra.callnumber": {}, | "mx.ferreyra.callnumber": {}, | ||
| "call-number": {} | "call-number": {}, | ||
| "cordova-plugin-ionic-keyboard": {} | |||
| }, | }, | ||
| "platforms": [ | "platforms": [ | ||
| "android" | "android" | ||
| ... | ... |
Please
register
or
sign in
to comment