From 7a84262feeb02ec976d8ad2e2f2a7ffbd4429548 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Tue, 9 Aug 2016 01:30:15 -0400 Subject: [PATCH] feat(keyboard): enable hideKeyboardAccessoryBar function (#398) closes #394 --- src/plugins/keyboard.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/plugins/keyboard.ts b/src/plugins/keyboard.ts index 57f0914328..07ecad051f 100644 --- a/src/plugins/keyboard.ts +++ b/src/plugins/keyboard.ts @@ -24,9 +24,8 @@ export class Keyboard { * Hide the keyboard accessory bar with the next, previous and done buttons. * @param hide {boolean} */ - static hideKeyboardAccessoryBar(hide: boolean): void { - console.log('hideKeyboardAccessoryBar method has been removed temporarily.'); - } + @Cordova({sync: true}) + static hideKeyboardAccessoryBar(hide: boolean): void { } /** * Force keyboard to be shown.