Hi, I have a problemwith liquidityorientationby 90degrees, biznes app, device iPad3 - retina, renderModeis set togpu. The problemdoes not occuron the iPad4 andnormal resolution.The problemdoes not occurwhenI turn180 degreesandwhenI settheCPUrenderMode.UnfortunatelyrenderModeset toCPU,causinga significant slowdownnavigationviews transitions.TestedforAIR3.5 andAIR3.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?