I'm building an App for iOS and Android using AIR 19 with Starling/Feathers.
I'm trying to disable the autopanning for the softkeyboard.. by using:
<softKeyboardBehavior>none</softKeyboardBehavior>
This is ONLY working for iOS for me, on Android no matter what the app will pan.
Does anyone else have this problem?