Old iDevice Display vs. Retina Display

I have a question regarding display differences in devices. In the Corona Simulator when I run my app in the regular iPhone its fine. But on the iPhone 4(Which I have) the image is smaller and not all in the places they should.

Would this transfer onto devices or should I just build it for the regular iPhone and then put it on my iPhone 4?

-Gamexcb [import]uid: 8517 topic_id: 2692 reply_id: 302692[/import]

I’m a pretty new user myself, but what you have to do it create a file in your game folder called config.lua and put this in it

application =
{
content =
{
width = 320,
height = 480,
scale = “zoomEven”
}
}

I may be wrong, but try it anyway. If it goes funny, swap around the 320 with 480. If that doesn’t work, dunno

Ace

[import]uid: 9899 topic_id: 2692 reply_id: 8054[/import]