问题
I want to prevent the virtual keyboard to go fullscreen on Android (landscape mode) in my Adobe Air made application.
I have read there is a way to do this using android:imeOptions="flagNoExtractUi" in the layout xml, but I have not managed to find how to do it in Adobe Air. There is a android manifest tag in the descriptor xml, but I can't make it work.
Here is how it is done in native Android development: Disabling the fullscreen editing view for soft keyboard input in landscape?
Anyone know how to do this in Air?
Thanks in advance!
/Karl
来源:https://stackoverflow.com/questions/17405379/prevent-fullscreen-virtual-keyboard-on-android-adobe-air-app