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

Commit

Permalink
Update keyboard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed May 9, 2016
1 parent 164dfff commit a0f44f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/ios/keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var Keyboard = function() {

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.')
console.warn('hideKeyboardAccessoryBar has been temporarily removed on iOS until an Apple-approved method is found.');
};

Keyboard.close = function() {
Expand Down

0 comments on commit a0f44f8

Please sign in to comment.