Skip to main content
May 26, 2012
Question

needsSoftKeyboard="false" not work on a TextInput

  • May 26, 2012
  • 1 reply
  • 1053 views

as not to show the virtual keyboard after click on a textinput? needsSoftKeyboard="false" property is not taken into account in this component.

This topic has been closed for replies.

1 reply

May 29, 2012

"Note: The text input controls always open the keyboard when receiving focus. They ignore the

needsSoftKeyboard property, and setting it has no effect on the text input controls."

You may set the editable property to false, if you do not wish to show the virtual keyboard, and you may set it to true, when you wish to show it.

You may refer to:

http://help.adobe.com/en_US/flex/mobileapps/WS82181550ec4a666a39bafe0312d9a274c00-8000.html#WS19f279b149e7481c-4cb7e4a013321c24dab-8000

for more information on the same.

Hope that helps.

Neha