Skip to main content
Inspiring
November 2, 2015
Question

Android AIR 19 SoftKeyboardBehavior "none" doesn't work.

  • November 2, 2015
  • 1 reply
  • 487 views

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?

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Projectitis
Inspiring
November 2, 2015

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!