Why does this config.lua file work perfect for all devices in the simulator and when I transfer the app to an iphone 5 it has again the black borders? Any idea or is the scale mode zoomStretch not working on a device?
Thanks for any help
Michael
– config.lua
application = { content = { width = 480, height = 720, scale = “zoomStretch”, fps = 30, antialias = false, xAlign = “center”, yAlign = “center”, }, }
– build.settings
settings = { orientation = { default =”landscapeRight”, supported = { “landscapeLeft”,”landscapeRight”, }, }, iphone = { components = {}, plist = { UIApplicationExitsOnSuspend = false, UIStatusBarHidden = true, CFBundleDisplayName = “ABCDEFG”, FacebookAppID = “1111111111111111″, CFBundleURLTypes = { { CFBundleURLSchemes = { “fb1111111111111111″, } } } }, }, }