Sorry Guys, I have not programmed in Corona in those last 4 months, and it seems something has changed in the way Screen Scaling works.
I was using this one “config.lua”, but it seems Black Bars
has returned when I build. What I should do now?
local aspectRatio = display.pixelHeight / display.pixelWidth application = { content = { width = aspectRatio \> 1.5 and 640 or math.ceil( 960 / aspectRatio ), height = aspectRatio \< 1.5 and 960 or math.ceil( 640 \* aspectRatio ), scale = "letterBox", fps = 60, imageSuffix = { ["@2x"] = 1.3, }, }, }
