feat(keyboard): enable hideKeyboardAccessoryBar function (#398)

closes #394
This commit is contained in:
Ibrahim Hadeed 2016-08-09 01:30:15 -04:00 committed by GitHub
parent 3748bccad2
commit 7a84262fee

View File

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