Air Android - Set softKeyboardBehavior dynamically?
Copy link to clipboard
Copied
BBHi,
Is it possible to change the softKeyboardBehavior mode dynamically?
I need to have it set to "none" in portrait mode, but in landscape mode it should set to "pan" because the screen is too small.
Or alternativly - is there a way to launch the Android fullscreen keyboard writing mode?
Any solution to handle the softKeyboardBehavior is welcome!
Copy link to clipboard
Copied
Generally, the soft keyboard behavior seems to be inconsistent, esp. across platforms.
I have found that the best thing to do is to just set it to none in the manifest, and handle your own panning, manually. This way, it will work every time + just the way you'd like it.
Copy link to clipboard
Copied
Please vote SoftKeyboardType feature request for flash.text.TextField on AIR for IOS/Android
