I have an app for iOS and Android – how can I force landscape-orientation (and only that) on both platforms? I understand it’s “landscapeLeft” on iOS and “landscape” on Android, but how do I combine the two conflicting names in a single build.settings file? The following didn’t work on Android:
settings = {
orientation = {
default = "landscapeLeft",
supported = {
"landscapeRight",
"landscape"
},
},
}
Thanks! [import]uid: 10284 topic_id: 24162 reply_id: 324162[/import]