KeyboardPlugin

hide

hide(): Promise<void>
Hide the keyboard.
Returns: Promise<void>

setAccessoryBarVisible

setAccessoryBarVisible(isVisible: boolean): Promise<void>
Set whether the accessory bar should be visible on the keyboard. We recommend disabling the accessory bar for short forms (login, signup, etc.) to provide a cleaner UI
isVisible boolean
Returns: Promise<void>

show

show(): Promise<void>
Show the keyboard. This method is alpha and may have issues
Returns: Promise<void>