Orientation on iPhone

Hello,

I am working on some practical things on Corona before I jump to something serious.
What I am having now is, I can not start the simulator in landscape mode.
whatever I do it always starts in portrait.

This is in my config.lua:

settings =
{
orientation =
{
default = “landscapeLeft”,
content = “landscapeLeft”,
supported =
{
“landscapeLeft”, “landscapeRight”
}
},

build =
{
custom = “version1”,
}
}

any ideas ?
thanks
[import]uid: 73033 topic_id: 22218 reply_id: 322218[/import]

I think that’s your build.settings file. What’s in the config.lua? [import]uid: 10389 topic_id: 22218 reply_id: 88493[/import]

Ah, is this perhaps in config.lua and you have that and build.settings confused? That would explain the issue.

(Please make only one thread per topic, I see you have two of these.) [import]uid: 52491 topic_id: 22218 reply_id: 88594[/import]