Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Commit a0f44f8

Browse files
committed
Update keyboard.js
1 parent 164dfff commit a0f44f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/ios/keyboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var Keyboard = function() {
99

1010
Keyboard.hideKeyboardAccessoryBar = function(hide) {
1111
// 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.')
12+
console.warn('hideKeyboardAccessoryBar has been temporarily removed on iOS until an Apple-approved method is found.');
1313
};
1414

1515
Keyboard.close = function() {

0 commit comments

Comments
 (0)