[Resolved] Content Scaling for iPAD/iPAD3/iPADHD

Hi Folks,

I was testing my app on iPAD3/iPAD.

It is not scaling. Any idea what settings need to be changed. It shows up fine in the simulator.

Here is my config.lua file

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

Thanks [import]uid: 131058 topic_id: 24712 reply_id: 324712[/import]

Nevermind changed to zoomEven and it worked [import]uid: 131058 topic_id: 24712 reply_id: 100133[/import]