mobileSetKeyboardDisplay

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileSetKeyboardDisplay <mode>
Summary

Configures the mode in which the keyboard is displayed

Introduced9.5
OSios, android
Platformsmobile
Parameters
NameTypeDescription
mode

The mode of keyboard display to use. One of:

"over": Display the keyboard over the current stack rect. Over is the default keyboard display mode
"pan": Pan the stack up so that the rect of the foucused object will be visible above the keyboard
Example
mobileSetKeyboardDisplay "pan"
mobileSetKeyboardDisplay "over"
RelatedMessage: keyboardDeactivated, keyboardActivated
Function: mobileGetKeyboardDisplay
Description

Use the mobileSetKeyboardDisplay command to configure the move of keyboard display.

The mobileSetKeyboardDisplay setting takes affect the next time the keyboard is shown. It does not affect the current keyboard, if it is being displayed.