Any ideas why an “onOrientationChange” I need in my game is not triggering in android.
i.e. Runtime:addEventListener( “orientation”, onOrientationChange )
In build.settings I do have the following. Is this not enough to trigger autoOrientation for Android?
settings = { orientation = { default = "landscapeRight", supported = { "landscapeLeft", "landscapeRight" }, },
I’m testing on the latest Nexus 7.