Lose landscape orientation after standby on Android
Hi - I am having the same problem as described in this unanswered thread from long ago:
http://forums.adobe.com/thread/972621?start=0&tstart=0
Specifically, although I have set every option available to keep my Adobe AIR application in landscape mode, if the phone goes to standby and then I wake it up, my application has switched to portrait orientation. I have added the following to the application descriptor:
| <aspectRatio>landscape</aspectRatio> |
| <autoOrients>false</autoOrients> | ||
| <fullScreen>true</fullScreen> |
I don't know what else I need to do to keep my application in landscape mode ALL THE TIME... any help would be very much appreciated!
Thanks
Greg