Prevent fullscreen virtual keyboard on Android (Adobe Air app) - android

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

Related

How to open Android Keyboard in Speaking mode programmatically?

I want to open the Android Keyboard in Speaking mode by default programmatically when I focus on editText.
I know android:inputType="voice" is in enhancement, is there
another way?
I don't want to use SpeechRecognizer because the difference with the one used by default in Android keyboard is that it works offline.

Android keyboard immediately disappears when typing into FabricJS IText

On Chrome or Opera on Android if I try and type into an IText (by tapping on it to activate editing mode and the cursor as normal) which I've added on my canvas, the system keyboard appears as expected but after about half a second disappears again, so typing isn't possible.
On the native Android browser, the keyboard appears, then switches to uppercase, then the browser address bar becomes active. If you then tap again in the IText the system keyboard switches back to lower case and you can type in the IText normally.
I'm using latest FabricJS on Android 4.1.1 on a generic tablet. My website also uses JQuery and Bootstrap.
Anyone seen this before? Any idea how to solve!? I've run out ideas...
Thanks

onsen in phonegap is not opening the keyboard

I am building a phonegap onsen.ui application, however I have noticed that on some devices to give focus to an input keyboard does not open for writing.
the device that is not opening the keyboard has android 4.2.2 version, I'm using onsenui - v1.3.8, and phonegap version is 5.3.5
if anyone knows this problem must thank you in advance

PhoneGap in Android: Inputs do not move with soft keyboard

I am helping to style a Banking mobile app, and the company is using PhoneGap to build across all platforms. I am using a Nexus 4 (android) to test the app, and have noticed that when input fields are tapped, the screen does not scroll up with the soft keyboard - many input fields get lost behind the keyboard.
I can NOT have the addressbar at the top of the screen show, so the one fix I found that said to change the xml file fullscreen preference won't work.
How can this be fixed? I have not been able to test on other devices yet.
The plugin suggested in the comments worked.

AS3 air android Change to landscape keyboard

Can anyone tell me how i can set the keyboard to landscape in as3? I'm using flash cs5 and air for android and i don't have the auto aspect ration turned on, so what i want is to set the key board to come up in landscape in code.
Thanks in advance!!!
FlashCreated
The keyboard will appear in the orientation you set from either the properties panel or through code.

Categories

Resources