Skip to main content
Zeloslaw
Known Participant
December 19, 2012
Question

iPad retina, change orientation, lack of liquidity

  • December 19, 2012
  • 2 replies
  • 1711 views

Hi, I have a problem with liquidity orientation by 90 degrees, biznes app, device iPad3 - retina, renderMode is set to gpu. The problem does not occur on the iPad 4 and normal resolution. The problem does not occur when I turn 180 degrees and when I set the CPU renderMode. Unfortunately renderMode set to CPU, causing a significant slowdown navigation views transitions. Tested for AIR 3.5 and AIR 3.6 beta. My settings app.xml:


<renderMode>gpu</renderMode>

<autoOrients>true</autoOrients>

<fullScreen>true</fullScreen>

    <visible>true</visible>

    <softKeyboardBehavior>none</softKeyboardBehavior>

</initialWindow>

<iPhone>

    <InfoAdditions><![CDATA[

        <key>UIDeviceFamily</key>

        <array>

            <string>2</string>

        </array>

    ]]></InfoAdditions>

    <requestedDisplayResolution>high</requestedDisplayResolution>

</iPhone>

Any ideas?

This topic has been closed for replies.

2 replies

Pahup
Adobe Employee
Adobe Employee
December 19, 2012

Thanks for reporting it Zeloslaw. Could you please raise a bug via bugbase.adobe.com and share the bug number here for reference. Is it something that you've been observing with 3.5 and 3.6 only? Or it existed earlier also.

While raising the bug, request you to attach sample src/swf/xml files required to reproduce the issues. Thanks for sharing the video.

-Pahup

Zeloslaw
ZeloslawAuthor
Known Participant
December 19, 2012

I tested only on AIR 3.5 and 3.6 beta. I posted the problem on bugbase.adobe.com

Bug  3432090

Inspiring
December 19, 2012

I know I've experienced this issue at least back to 3.2 (I don't think I tested on earlier versions).

Inspiring
December 19, 2012

I have this issue as well. I always figured it was "performance penalty" of sorts due to AIR not being a native iOS app...  Try as I might, I could never get a smooth 90 degree rotation. I even wrote up a simple one-screen app to test different methods of handling rotation and the problem always existed. I gave up.

My thread from 6 months ago.

http://forums.adobe.com/thread/1024076

PLEASE, let me know if you figure this one out!

Thanks,

JP