Did you ever resolve your issue with orientation on Android devices? I am also having the same problems with orientation on Android devices, but no problem on simulator or iPhone hardware.
When I run my app (or the sample Native Orientation app) on an Android device, changing the orientation of the device doesn’t seem to change the system.orientation value. It is triggering an orientation event though.
So, what seems to happen is that the screen does rotate, but my code is unable to deal with the rotation by repositioning items to account for the new orientation, so everything’s displayed wrong.
The build.settings file has all the orientations set as available, as per the sample code.
I understand that Android has more limited support for orientation changes than iOS, but does ‘auto-rotation is not currently supported on Android’ mean that, for Android, I can’t allow the user to rotate their phone and should only have one allowable orientation in my build.settings file?
Thanks [import]uid: 93610 topic_id: 15210 reply_id: 69574[/import]