Would I be correct in thinking that mobileSetAllowedOrientations does not work on Android devices?
I have an app that I want to open in landscape mode. I've tried...
Code: Select all
mobileSetAllowedOrientations ("landscape left,landscape right")
...and...
Code: Select all
mobileSetAllowedOrientations "landscape left,landscape right"
...but the app always opens in portrait mode. This works fine on iOS devices.
I've searched the forum and can find some messages which allude to a problem, but I can't find a definitive answer.
If mobileSetAllowedOrientations doesn't work, is there some other way to force a device into landscape?
I'm using LC6.5.2 and have tried with a number of AVDs. I don't currently have a physical Android device.
Many thanks...
--paul