When i run the code on the iphone/iphone 4/droid device in the simulator, the background image exceeds the screen limit (it doesnt fit the screen) but when i run it on ipad/ipad with retina, the image works perfectly (it fits the screen)… what should i do to make my background image fit on both iphones/droids device and ipads without any problem ?
here’s my code for the config.lua file
– config.lua
application =
{
content =
{
width = 768,
height = 1024,
scale = “zoomEven”
},
}
and here’s my code for the build.settings file
settings = {
orientation = {
default = “landscapeRight”,
supported = { “landscapeLeft”, “landscapeRight” },
},
}
[import]uid: 159148 topic_id: 35901 reply_id: 335901[/import]