keyboardActivated

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
keyboardActivated
Summary

Sent to the current card of the defaultStack when the keyboard is shown

Introduced4.5.3
OSios, android
Platformsmobile
Example
on keyboardActivated
   answer "The keyboard was activated" with "Okay"
end keyboardActivated
RelatedCommand: mobileSetKeyboardType, mobileSetKeyboardReturnKey
Glossary: current card
Message: keyboardDeactivated
Description

Handle the keyboardActivated message to move controls or change the display layout to take account of the restricted screen area that is available.