Hi, I'm working on an iPad 3 application. So I expect a resolution of 2048x1536. But when I run the app on my device, it displays 2 times bigger. As if I'm running on a 1024x786 device. This happens both in Gideros Player and deployed version. So it seems like the problem is not about the player.
What could be the issue?
Btw, of course I tried "application.setScale(.5, .5)" but it distorts the images (jagged lines and stuff).
Comments
Right click project -> Properties.
Likes: ExCx