iPad retina, change orientation, lack of liquidity
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?