Skip to main content
Participating Frequently
February 19, 2014
Question

Content is not Panning while softkeyboard appears in GPU and Direct Mode (Adobe Air SDK 4.0.0.1390)

  • February 19, 2014
  • 2 replies
  • 776 views

Hi,

My content is not panning while softkeyboard appears in GPU and Direct Mode(I have placed my input textfield at the bottom of the screen) it is working fine with the CPU and AUTO Mode. I am using Air sdk v 4.0.0.1390. I have checked my manifest file also and have added '<softKeyboardBehavior>pan</softKeyboardBehavior>' still it is not panning my content while keyboard appears.

Has anybody faced this problem earlier?

(On Android i am getting this problem on iOS it is working fine)

This topic has been closed for replies.

2 replies

Inspiring
February 23, 2014

Last time I attempted to deal with this, I ended up programming the content paning, manually:

http://forums.adobe.com/thread/1392919?tstart=30

km5Author
Participating Frequently
February 21, 2014

nobody is facing this issue?

Inspiring
February 21, 2014

Yes, the same for me with AIR and Flex.

I set the renderMode to CPU to solve the problem.

km5Author
Participating Frequently
February 21, 2014

Thanks for the reply.

I am using stage video so for me it is not possible to change the renderMode to CPU.