Hi. I’m having some issues with image scaling when it comes to the iPad(perhaps Android devices but i don’t have one of those). Using Corona’s simulator everything looks great but if I deploy it to my iPad3 or to the xCode sim, the images show up way larger than they are supposed to. I’ve been through a number of the image scaling blogs/forums posts around here and as far as I can tell I have things setup properly(that doesn’t mean I do, by the way!).
From what I understand, if I have the following in my config.lua then Corona will scale the images based off of the size listed…
application = {
content = {
width = 320,
height = 480,
scale = “letterBox”
}
}
I’m have very little in the way of graphics so I wasn’t worried about memory issue so I am not using any suffixes.
Anyone know what I am missing or can point me in the right direction? I am using the latest stable build which is 704.
Below is a screenshot of the Corona sim and the xCode sim in the background. the xCode sim accurately represents how this app shows up on my iPad3.
[import]uid: 147305 topic_id: 26581 reply_id: 326581[/import]