Skip to main content
Inspiring
February 8, 2013
Question

How to get a textinput field to not use fullscreen mode on Android 4.2

  • February 8, 2013
  • 2 replies
  • 808 views

I just got the latest Nexus phone from Google, and it is one of the few Android devices running 4.2, and in my app which works fine on other Android versions and iOS, any text input field i have, when the software keyboard comes up it comes up in fullscreen mode, completely covering the screen, which I definitely don't want to happen. This is controllable in Java, but no concept of "fullscreen" exists in the Actionscript library methods/variables for the TextInput class. This is a very bad thing to happen, as fullscreen means you can't see the context of the field, and on a super high res screen like the Nexus it is really not that useful.

Anyone have a clue as to how to stop this from happening? Other than writing in Java of course ;->

edward

This topic has been closed for replies.

2 replies

April 2, 2013

Hi Edward,

Were you ever able to figure this out? I'm looking into doing the same thing myself.

Participating Frequently
June 12, 2013

Edward, did you figure this out?

Mark.fromOP
Inspiring
February 8, 2013

No clue if this will help but try the StageText class as it is supposed to use native controls.

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/StageText.html