mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-23 05:21:19 +08:00
feat(keyboard): enable hideKeyboardAccessoryBar function (#398)
closes #394
This commit is contained in:
parent
3748bccad2
commit
7a84262fee
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user