mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-24 14:11:18 +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.
|
* 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user