My application has a config.lua like this:
application = { content = { width = 320, height = 480, scale = "letterBox", fps = 30, }, }
I installed the application on my Galaxy SII. I think I had read somewhere that Corona has the ability to resize automatically the images on the device screen. With that in mind, I was expecting my images (specially the background image which has dimensions 320x480) to be resized, but it didn’t happen.
What’s wrong?
Thanks.