Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
A bit of a work-around, but perhaps try setting the "are of interest" area on Android so that the keyboard doesn't pan? It's a bit of a pain, but it might work?
See TextField.softKeyboardInputAreaOfInterest
Interestingly it looks like other people have had the complete opposite problem!