mconf / bbb-air-client

Mobile client for BigBlueButton and Mconf based on Adobe Air
Other
12 stars 32 forks source link

Where do I declare resizeForSoftKeyboard="true" in this project #11

Closed bhargavms closed 8 years ago

bhargavms commented 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.

bhargavms commented 8 years ago

Nvm resolved this by setting the this value to pan <softKeyboardBehavior>pan</softKeyboardBehavior> the textinput box doesn't disappear whenever keyboards opens anymore