Black Space When Testing App On Iphone 5

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, }, }, } 

Hi @c.buckshi,

This is probably the common issue of not including one Apple-required image file in your project. See here:

http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#launchimage

Brent 

Thank you :slight_smile:

Hi @c.buckshi,

This is probably the common issue of not including one Apple-required image file in your project. See here:

http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#launchimage

Brent 

Thank you :slight_smile: