as title said, from what i know in cocos2d, you can choose whether you want to enable the retina HD display or not, you can simply disable it and it will work the same in ipad2 or new ipad. Do we have a function like that in corona ? [import]uid: 75822 topic_id: 25446 reply_id: 325446[/import]
seems like putting in content width and height corona will clever enough to arrange everything and auto scaling all the image. problem have been solve =D [import]uid: 75822 topic_id: 25446 reply_id: 102837[/import]
seems like putting in content width and height corona will clever enough to arrange everything and auto scaling all the image.
Sadly, at a performance cost.
Im hearing that my apps run slower on an iPad 3 than on an iPad1
Lots of that must be due to pushing around 4 times as many pixels. Of course, the number of pixels on screen wouldn’t change, even if you threw a small number of pixels at it.
I wonder if there is any interpolation going on?
[import]uid: 108660 topic_id: 25446 reply_id: 102851[/import]