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. * Hide the keyboard accessory bar with the next, previous and done buttons.
* @param hide {boolean} * @param hide {boolean}
*/ */
static hideKeyboardAccessoryBar(hide: boolean): void { @Cordova({sync: true})
console.log('hideKeyboardAccessoryBar method has been removed temporarily.'); static hideKeyboardAccessoryBar(hide: boolean): void { }
}
/** /**
* Force keyboard to be shown. * Force keyboard to be shown.