Prevent fullscreen virtual keyboard on Android (Adobe Air app)

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

链接地址: http://www.djcxy.com/p/93370.html

上一篇: Android中的PhoneGap:输入不会随软键盘移动

下一篇: 防止Android上的全屏虚拟键盘(Adobe Air应用程序)