fix(keyboard): remove hideKeyboardAccessoryBar method for now

This commit is contained in:
Ibrahim Hadeed 2016-03-24 14:15:23 -04:00
parent 0dab9233f5
commit 292c80c735

View File

@ -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