App no longer auto spinning

I am just about ready to upload my brand new app to the the App store but I now notice that at some point it stopped auto spinning when I turn the iPhone.

The build settings are the standard ones for an app that runs only on landscape modes:

settings =
{
orientation =
{
default ="landscapeRight",
content = "landscapeRight",
supported =
{
"landscapeLeft","landscapeRight"
},
},

}

I tried updating to the latest build and that is not helping.

Am I missing something obvious?

Remove the following:

content = "landscapeRight",

It locks opengl canvas to given orientation...

Ah. Nevermind!

Just realized that I need to specify both landscapes on the content parameter:

content = {"landscapeRight", "landscapeLeft"},

Ah! Thats even better! Thanks!

views:1568 update:2011/10/15 14:27:43
corona forums © 2003-2011