I’m using display.newRetinaText to display some text on screen. This text works fine on retina displays, but when shown on a non-retina display screen it is not positioned in the same place, it’s off on the Y-axis by about 15 pixels.
The obvious quick fix is to check if it’s a retina-capable device and then adjust the Y-coordinate. How can I do this?
I have found system.getInfo(‘architectureInfo’), but the documentation isn’t clear enough to tell what iPhone4, 4S and latest iPod Touches are. I’m sure someone must have this somewhere, I just can’t find it.
Any ideas? [import]uid: 61422 topic_id: 18192 reply_id: 318192[/import]