Device Screen Orientation Issue

I just started trying to build my app for the Android. I am installing a debug version on a Nexus One and it is having orientation issue. If I put the below code in my build.settings file it is showing it upside down.

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

I’ve removed all code in my config.lua file too. It shows up fine on the simulator. [import]uid: 8158 topic_id: 2286 reply_id: 302286[/import]

Ah hah, I was missing a comma after the landscapeRight and it’s working now. [import]uid: 8158 topic_id: 2286 reply_id: 6901[/import]

I can’t get it to work, not even the demos works with my phone…
Samsung Galaxy S

The picture is upsidedown or just totally wrong… [import]uid: 9577 topic_id: 2286 reply_id: 7362[/import]

This works for me…
settings = {

orientation =

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

} [import]uid: 8062 topic_id: 2286 reply_id: 7375[/import]

Yes, i tested that in Corona SDK and it works, but i would like it i Game Edition… It doesn’t work in there =/ [import]uid: 9577 topic_id: 2286 reply_id: 7382[/import]

The problem was fixed in Corona SDK but it’s still broken in Game Edition. The new Game Edition build will include all the latest fixes from Corona SDK. Expect it very, very soon.

-Tom [import]uid: 7559 topic_id: 2286 reply_id: 7392[/import]

I Can’t wait! :slight_smile: [import]uid: 9577 topic_id: 2286 reply_id: 7412[/import]

GE is out now so you should be able to try it.

-Tom [import]uid: 7559 topic_id: 2286 reply_id: 7434[/import]