From cfc3758a3ffb4e6faaab5877d51e7cdac2a07056 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Mon, 28 Sep 2015 14:04:25 -0500 Subject: [PATCH] Keyboard --- ionic/platform/keyboard/keyboard.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ionic/platform/keyboard/keyboard.ts b/ionic/platform/keyboard/keyboard.ts index 543d5f8c09..2fba4e6d54 100644 --- a/ionic/platform/keyboard/keyboard.ts +++ b/ionic/platform/keyboard/keyboard.ts @@ -7,6 +7,14 @@ import {NativePlugin} from '../plugin'; * Manage the native keyboard. Note: this plugin performs mainly in the native * app context. Most operations are non-functional in a normal web browser as * keyboard control is limited. + * + * @usage + * ```js + * // Hide the accessory bar + * Keyboard.setAccessoryBarVisible(false) + * + * Keyboard.close() + * ``` */ @NativePlugin({ name: 'Keyboard',