Name
HideKeyboard -- hide the software keyboard (V5.0)
Synopsis
HideKeyboard()
Platforms
Mobile platforms only

Function
This function can be used to hide the host system's software keyboard on mobile devices. As soon as the software keyboard is hidden, the user will no longer be able to trigger any OnKeyDown or OnKeyUp events.

To show the software keyboard again, use the ShowKeyboard() function.

Inputs
none


Show TOC