Funny. I am having the same issue and posted a new topic on this before I realized you already had it posted a few hours ago.
What kind of game are you developing Phil? (hope we did not had the same idea at the same time ;) )
Whatever, overriding AndroidManifest.xml with android:screenOrientation="portrait" fixed the issue for me.
But I am wondering, what would be the behaviour on IOS platform? would it also switch upside down by default if orientation is fixed at "portrait" in the project.xml file? Also, on android, is there any other way to set screenOrientation to portrait without having to override the whole AndroidManifest.xml file?
On Monday, June 29, 2015 at 11:10:25 PM UTC+2, Phil Mexico wrote: