3

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

Community
  • 1
  • 1
  • Add this to your function that handles the focus for text fields: `event.preventDefault();` – Jay Sep 17 '13 at 12:19

0 Answers0