Question

I have a problem with my Flash App on Android, this app requires installing Adobe Air on Android before running. The keyboard pushing issue has troubled me for a while however I can't find a solution.

As you know, while triggering any text box, the keyboard, no matter built-in one or others will push the screen up to a few then you can see what you are typing. However, on my app, when I trigger the built-in keyboard, it covers the half screen meanwhile I can't see what I am typing.

Could anyone can give a light so I can completely this problem for 2 years? Is this something I can do with action script or Flash?

Thank you.

Was it helpful?

Solution

In your app.xml file, find <softKeyboardBehavior> and make sure it is set to pan. That setting is what enables this feature. It works on Flex text inputs and I believe it works on TextField in AS3 projects. Don't believe I have tested it on any others.

OTHER TIPS

Use to add android:windowSoftInputMode="adjustResize" to your Activity tag in the AndroidManifest.xml file. Also go through this

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top