Closed bhargavms closed 8 years ago
The documentation here http://help.adobe.com/en_US/flex/mobileapps/WS82181550ec4a666a39bafe0312d9a274c00-8000.html tells me I have to add that attribute to the main application container, but I'm not able to find this in the current project any help regarding this is useful.
I'm doing this because the textinput area is shrinking instead of resizing and becoming scrollable like how you would expect when a keyboard pops up.
Nvm resolved this by setting the this value to pan <softKeyboardBehavior>pan</softKeyboardBehavior> the textinput box doesn't disappear whenever keyboards opens anymore
<softKeyboardBehavior>pan</softKeyboardBehavior>
The documentation here http://help.adobe.com/en_US/flex/mobileapps/WS82181550ec4a666a39bafe0312d9a274c00-8000.html tells me I have to add that attribute to the main application container, but I'm not able to find this in the current project any help regarding this is useful.
I'm doing this because the textinput area is shrinking instead of resizing and becoming scrollable like how you would expect when a keyboard pops up.