mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-21 12:37:23 +08:00
fix(keyboard): remove hideKeyboardAccessoryBar method for now
This commit is contained in:
parent
0dab9233f5
commit
292c80c735
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user