Hi
When I test the app on iPhone 4/4s, it works totally fine, but when I test it on iPhone 5, the app doesn’t cover the whole screen. There are black space at the top and bottom. It works totally fine when I test it on iPhone 5 simulator but not when I test it on the device.
Here’s my config.lua
application = { content = { width = 320, height = 480, scale = "zoomStretch", fps = 60, antialias = false, imageSuffix = { ["@2x"] = 1.6, }, }, }
