Hi All,
I have trouble starting my AIR application in landscape mode on a htc desire. The app does not start in landscape mode and the device orientation is ignored as well.
My air app has width of 800 and height of 480 pixels.
That's defined in my meta tag:
[SWF(backgroundColor="#000000", frameRate="30", quality="HIGH", width="800", height="480")]
I also edited the application descriptor file:
<renderMode>gpu</renderMode>
<fullScreen>true</fullScreen>
<aspectRatio>landscape</aspectRatio>
<autoOrients>true</autoOrients>
Everything seems to be ignored. My app is displayed in portrait mode scaled centred and with large black bars.
Am I missing something here?
Cheers
Robin