Name
ShowKeyboard -- show the software keyboard (V5.0)
Synopsis
ShowKeyboard()
Platforms
Mobile platforms only

Function
This function can be used to show the host system's software keyboard on mobile devices. As soon as the software keyboard is visible, the user will be able to enter text that will then be sent to your script in the form of OnKeyDown and OnKeyUp events. Thus, you should install the appropriate event handlers using InstallEventHandler() before calling ShowKeyboard().

To hide the software keyboard, use the HideKeyboard() function.

Inputs
none


Show TOC