Skip to main content
Known Participant
August 18, 2011
Answered

Can AIR control behaviour of Keyboard?

  • August 18, 2011
  • 1 reply
  • 646 views

Hi

The app is installed on an Android 2.2 tablet.  When we type SPACE on the keyboard, it will show a selection bar on top of the keys for selection of "! ? , @ _ "

Can we make this go away?  Or is there a method to control the behaviour of the keyboard?  We are programming using AIR2.5.

Thanks in advance!

This topic has been closed for replies.
Correct answer Rangora

No you can't control the keyboard. You can restrict the input with the textInput.restrict propertie, but you cant modify the keyboard layout. It might be possible in AIR 3.0 (http://labs.adobe.com/technologies/flashplatformruntimes/air3/)

1 reply

RangoraCorrect answer
Inspiring
August 19, 2011

No you can't control the keyboard. You can restrict the input with the textInput.restrict propertie, but you cant modify the keyboard layout. It might be possible in AIR 3.0 (http://labs.adobe.com/technologies/flashplatformruntimes/air3/)

aimaobAuthor
Known Participant
August 20, 2011

Thank you for the information!