Problems with orientation and screen's rotation

HI. I’m having problems with the ipad’s orientation.

My application support “landscapeRight” and “landscapeLeft”, and this works fine, but when the screen rotate the images don’t do it. Everything jumps from landscapeRight to landscapeLeft except a video.
I have a video that rotates with the screen, but the rest of the things only pass from one position to another.
I saw other applications that rotate all the screen. I tried to use groups to do the rotation but it didn’t work.

Thank you. [import]uid: 105206 topic_id: 23051 reply_id: 323051[/import]

Can you post up your config.lua please?

This is generally handled automatically, you shouldn’t need to be manually handling the orientation rotation changes yourself. [import]uid: 84637 topic_id: 23051 reply_id: 92181[/import]

Of course

application =  
{  
 content =  
 {  
 width = 768,  
 height = 1024,  
 scale = "letterbox"  
 }  
}   

Thank you [import]uid: 105206 topic_id: 23051 reply_id: 92202[/import]

ooops, I meant your build.settings file.

Sorry about that [import]uid: 84637 topic_id: 23051 reply_id: 92208[/import]

No problem. This is,

[code]
settings =
{

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

}

}
[/code] [import]uid: 105206 topic_id: 23051 reply_id: 92212[/import]

That all seems fine.

Ok, more questions. If you comment out your own rotation handlers for when the orientation changes, does it work? [import]uid: 84637 topic_id: 23051 reply_id: 92215[/import]

I’m sorry, i don’t speak english.
What do you mean about rotation handlers? I don’t know what it is.

Thank you [import]uid: 105206 topic_id: 23051 reply_id: 93006[/import]