Hi,
since the latest release of Corona with all the content scaling options, all my apps I’ve made for Android are looking weird on the device. I’ve set the screen orientation to landscape in the build.settings:
settings = {
orientation = {
default = "lanscapeLeft",
supported = { "landscapeLeft","landscapeRight"},
},
}
and in the config.lua file:
application = {
content = {
width = 320,
height = 480,
scale = "letterbox",
xAlign = "left",
yAlign = "top",
},
}
But on my device (HTC Legend Android 2.1) it still looks weird. The funny thing is that all the graphics are rendered in portrait mode but the coordinate system seems to be in landscape mode so I really don’t know what went wrong.
It’s hard to explain, but what I’m asking is, does anybody have the same issues? Is there something I missed in the documentation or what do I have to change so the Landscape Orientation is working? Everything was fine before all that content scaling stuff was built into Corona.
(I don’t know if it’s important but the hittest isn’t working too on Android since the content scaling update.)
Hope you can help me out with this, because I really need to get this fixed as soon as possible.
Thank you very much!
Michael [import]uid: 8121 topic_id: 2224 reply_id: 302224[/import]

