Hello,
I have recently updated my app for new latest Corona version including graphics 2.0. Everything worked perfect but a small issue has occurred. Actually I am resizing text in the app after text is created using display.newText(). I am resizing my text like this, say
textobject.size = 8
Now it appeared on iPhone 4 (retina) and further devices perfect and how it should be. But on iPhone 3gs (non retina) text is getting too small and is not scaling well but all other things are going well.
What can be the possible reason for this and how can I solve this?
Thanks