mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
fix(keyboard): remove hideKeyboardAccessoryBar method for now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user