Locked canvas orientation does not work.

orientation=
{
default = "portrait",
content = "portrait",
supported =
{
"landscapeLeft", "landscapeRight", "portrait", "portraitUpsideDown",
},
},

According to the docs the above should keep the Corona canvas locked to portrait but it doesn't. On my Droid X the canvas is getting rotated. Are the docs wrong or is even this basic functionality broken?

You are setting the default orientation to "portrait" but supporting all orientations. Set supported to:

{
"portrait", "portraitUpsideDown",
},

views:1524 update:2011/10/9 9:57:41
corona forums © 2003-2011