From 292c80c73523550d22becda2872d8f8c56d62143 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Thu, 24 Mar 2016 14:15:23 -0400 Subject: [PATCH] fix(keyboard): remove hideKeyboardAccessoryBar method for now --- src/plugins/keyboard.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/plugins/keyboard.ts b/src/plugins/keyboard.ts index e4550a8d9d..6fa85037a7 100644 --- a/src/plugins/keyboard.ts +++ b/src/plugins/keyboard.ts @@ -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