Argh! The simulator is not handling orientation the way the iPad is, and I’m having a lot of trouble!
Changing the orientation of the iPad results in different values for display.contentWidth and display.contentHeight. Also, the system.orientation does say “portrait” even when it is not supported.
The following should not return height and width that reflect portrait mode, but it does. It used not to, and I don’t know why this is happening, but it is killing my app!
Please help me!
[code]
orientation =
{
default = “landscapeRight”,
supported =
{
“landscapeLeft”,
“landscapeRight”,
},
},
[/code] [import]uid: 37366 topic_id: 36165 reply_id: 336165[/import]