Hello Corona Community!
I have a unique situation where I would like to force my scene1.lua to be in portrait and force my scene2.lua to be in landscape. Is there a way to do this with Corona?
My build.settings currently looks like this, but I’m guessing I have to do something inside the scene.
[code]
settings = {
orientation = {
default = “landscapeLeft”,
supported =
{
“portrait”, “landscapeLeft”
},
}
}
[/code] [import]uid: 14218 topic_id: 33295 reply_id: 333295[/import]