Nick I’m doing exactly same thing but Corona should fix this.
This my solution:
main.lua:
[lua]retinaDisplay = false
if display.contentScaleX < 1.0 or display.contentScaleY < 1.0 then retinaDisplay = true end
rety = function() if retinaDisplay then return 2 end return 0 end[/lua]
When I’m creating a text I simply do this:
[lua]…
textField.y = 15 + rety()[/lua]
[import]uid: 5629 topic_id: 18192 reply_id: 112138[/import]