Scaling on iPhone

Hi

Have an app i am developing, the app is a series of scripted animations read from a XML file, it was initially targeted on landscape iPad, so my config looks like this.

application =
{
content =
{
width = 768,
height = 1024,
scale = “letterbox”
}
}

The app works great on iPad & iPhone 4 (retina), (emulator and device) but on iPhone (low res) the scaling is all over the place, some images are correctly sized positioned, but other are a lot smaller than they are on iPhone, similar issues on Android devices. I have screen shots so you can see.

Any ideas. Please help.

thanks

neil
[import]uid: 77943 topic_id: 13554 reply_id: 313554[/import]

How are you resizing the images for each device? Are you using @2x or manually scaling, or what? :slight_smile: [import]uid: 52491 topic_id: 13554 reply_id: 49887[/import]