Keyboard.changeKeyboard()

Overview

Set which software keyboard is shown in the application. Allows the user to have a specific keyboard be the default keyboard for a field.

Added in version 2.0.0

Android only

Format

Keyboard.changeKeyboard(keyboardName);

Parameter Description Type Required
keyboardName The name of a keyboard in the project. String Required

Example

Copy
/* Show the keyboard called "testKeyboard"
 */
 
Keyboard.changeKeyboard('testKeyboard');