mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-31 03:22:48 +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.
|
* Hide the keyboard accessory bar with the next, previous and done buttons.
|
||||||
* @param hide {boolean}
|
* @param hide {boolean}
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
//@Cordova({
|
||||||
sync: true
|
// sync: true
|
||||||
})
|
//})
|
||||||
static hideKeyboardAccessoryBar(hide : boolean) : void {}
|
static hideKeyboardAccessoryBar(hide : boolean) : void {
|
||||||
|
console.log("hideKeyboardAccessoryBar method has been removed temporarily.")
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Close the keyboard if open
|
* Close the keyboard if open
|
||||||
|
Loading…
x
Reference in New Issue
Block a user