I am using daily build 691 and have noticed that orientation doesn’t seem to work on an Android device.
I am having 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? If so can that feature be supported in the future?
Thanks [import]uid: 93610 topic_id: 18211 reply_id: 318211[/import]