We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164dfff commit a0f44f8Copy full SHA for a0f44f8
www/ios/keyboard.js
@@ -9,7 +9,7 @@ var Keyboard = function() {
9
10
Keyboard.hideKeyboardAccessoryBar = function(hide) {
11
// exec(null, null, "Keyboard", "hideKeyboardAccessoryBar", [hide]);
12
- console.warn('hideKeyboardAccessoryBar has been removed until a method is found that doesn\'t get rejected from the App Store.')
+ console.warn('hideKeyboardAccessoryBar has been temporarily removed on iOS until an Apple-approved method is found.');
13
};
14
15
Keyboard.close = function() {
0 commit comments