mobileGetKeyboardDisplay

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileSetKeyboardDisplay()
Summary

Get the mode in which the keyboard is displayed

Introduced9.5
OSios, android
Platformsmobile
Example
on keyboardActivated
   if mobileGetKeyboardDisplay() is "over" then
      layoutUI
   end if
end keyboardActivated
Values
NameTypeDescription
return

The mode of keyboard display to use. One of:

"over": Display the keyboard over the current stack rect
"pan": Pan the stack up so that the rect of the foucused object will be visible above the keyboard
RelatedCommand: mobileSetKeyboardDisplay
Message: keyboardDeactivated, keyboardActivated
Description

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