I. Am. Baffled.

I have written a mobile AIR app and it now works on iOS 100%.  I'm thrilled. 
I tried it today on Android and it is a different story.  TextInputs and the
softkeyboard are the first problem that I need to address.  The textInputs
work great when the app first starts up and call the softkeyboard when they
recieve focus(but the textInputs do not pan to stay above they keyboard). 
The soft keyboard also works great in a webview that displays.  But I have
two popups that contain textInputs. When tapped on, a cursor appears, the
component reacts properly that it recieved focus, but no soft keyboard.  I
tried setting needsSoftKeyboard = true, this did not help.  When the
textInput receives focus, I tried:

myTextInput.requestSoftKeyboard();

but I get a huge "undefined" error, with no more explanation than that. 
Also, the textInputs pan on iOS to remain above the keyboard, but not on
android. Is there anything regarding softkeyboards that I have to set in the
application descriptor file for android??? If anyone has any ideas why the
textInput is working in one place, but not in this popUp for me, or if you
have any ideas of what I can possibly try, please let me know.

(I am using Air 27, Android 6.0.1, on a Galaxy Tab 2)



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to