iPad game screen is faced down
Hi,
I'm developing a game in iPhone, iPod and iPad. Only landscape mode is permitted.
When I launch the app in a iPad and I turn the device on my hands having the button on my left the game is turned 180º. I'm seeing everything faced down. I need to turn the iPad again two times.
This does not happen in iPhone nor iPod devices.
I attach the XML configuration.
Is this a Adobe Air bug??
thanks!
Phone>
<InfoAdditions><![CDATA[
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleBlackOpaque</string>
<key>UIRequiresPersistentWiFi</key>
<string>YES</string>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIApplicationExitsOnSuspend</key>
<false/>
<key>UIDeviceFamily</key>
<array>
<!-- iPhone support -->
<string>1</string>
<!-- iPad support -->
<string>2</string>
</array>
]]></InfoAdditions>
<!-- <requestedDisplayResolution>high</requestedDisplayResolution> -->
<requestedDisplayResolution>standard</requestedDisplayResolution>
</iPhone>
<initialWindow>
<title>gfhjfgj</title>
<content>fgjhfghjfgjfgjh.swf</content>
<visible>true</visible>
<fullScreen>true</fullScreen>
<autoOrients>true</autoOrients>
<aspectRatio>landscape</aspectRatio>
<renderMode>gpu</renderMode>
</initialWindow>
