I am facing some issues with my background image in iPhone simulator.
This is what I have in my config.lua
[lua]application =
{
content =
{
width = 768,
height = 1024,
scale = “Letterbox”
},
} [/lua]
and in my main.lua
[lua]local background = display.newImage(“images/background.png”)[/lua]
It is scaling correctly in all devices like iPad, iPhone4, android devices, etc except iPhone. It simply displays an image that takes up a quarter of the screen.
Can anyone help me? Thanks. [import]uid: 70056 topic_id: 12218 reply_id: 312218[/import]