Skip to content

Commit

Permalink
fix(keyboard): remove hideKeyboardAccessoryBar method for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Mar 24, 2016
1 parent 0dab923 commit 292c80c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/plugins/keyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ export class Keyboard {
* Hide the keyboard accessory bar with the next, previous and done buttons.
* @param hide {boolean}
*/
@Cordova({
sync: true
})
static hideKeyboardAccessoryBar(hide : boolean) : void {}
//@Cordova({
// sync: true
//})
static hideKeyboardAccessoryBar(hide : boolean) : void {
console.log("hideKeyboardAccessoryBar method has been removed temporarily.")
}

/**
* Close the keyboard if open
Expand Down

0 comments on commit 292c80c

Please sign in to comment.