Hi, I’m trying to build my app even for iPhone 5, but there are some problems:
when I use the simulator of the iPhone 5 it seems that everything is working fine, but when I try the app on my iPhone, there are still the black bars.
Here’s the config.lua file:
– config.lua
application =
{
content =
{
width = 320,
height = 480,
scale = “zoomEven” – zoom to fill screen, possibly cropping edges
},
}