Hi,
I have a problem with orientation in Android native build. It works great in simulator and for ios ( and even for Android version built with Corona Simulator )
I have “orientation” event on device with correct event.type (it shows “portrait” and “landscapeLeft” as type) but it actually doesn’t rotate an activity (screen).
and display.contentWidth and display.contentHeight don’t change when I get orientation event.
I didn’t change AndroidManifest.xml
how to fix that or maybe force activity rotation?
Thanks