Skip to content

Commit

Permalink
feat(keyboard): enable hideKeyboardAccessoryBar function (#398)
Browse files Browse the repository at this point in the history
closes #394
  • Loading branch information
ihadeed committed Aug 9, 2016
1 parent 3748bcc commit 7a84262
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/plugins/keyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ export class Keyboard {
* Hide the keyboard accessory bar with the next, previous and done buttons.
* @param hide {boolean}
*/
static hideKeyboardAccessoryBar(hide: boolean): void {
console.log('hideKeyboardAccessoryBar method has been removed temporarily.');
}
@Cordova({sync: true})
static hideKeyboardAccessoryBar(hide: boolean): void { }

/**
* Force keyboard to be shown.
Expand Down

0 comments on commit 7a84262

Please sign in to comment.