ionic-plugin-keyboard
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "ionic-plugin-keyboard", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"cordova": { | ||
@@ -5,0 +5,0 @@ "id": "ionic-plugin-keyboard", |
@@ -11,3 +11,3 @@ Keyboard | ||
- ~~cordova.plugins.Keyboard.hideKeyboardAccessoryBar~~ (**removed in 2.0, see below**) | ||
- cordova.plugins.Keyboard.hideKeyboardAccessoryBar | ||
- cordova.plugins.Keyboard.close | ||
@@ -34,7 +34,5 @@ - cordova.plugins.Keyboard.disableScroll | ||
~~Keyboard.hideKeyboardAccessoryBar~~ | ||
Keyboard.hideKeyboardAccessoryBar | ||
================= | ||
**NOTE: This method started causing apps to be rejected from the App Store, so has been removed until a workaround is found.** | ||
Hide the keyboard accessory bar with the next, previous and done buttons. | ||
@@ -41,0 +39,0 @@ |
@@ -11,4 +11,3 @@ | ||
Keyboard.hideKeyboardAccessoryBar = function(hide) { | ||
// exec(null, null, "Keyboard", "hideKeyboardAccessoryBar", [hide]); | ||
console.warn('hideKeyboardAccessoryBar has been removed until a method is found that doesn\'t get rejected from the App Store.') | ||
exec(null, null, "Keyboard", "hideKeyboardAccessoryBar", [hide]); | ||
}; | ||
@@ -15,0 +14,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5045324
60
315
129