I am testing my app on a Samsung Galaxy Tab, but in this device the screen background is not full.
i using this config
if(display.pixelHeight / display.pixelWidth\>=1.53) and (display.pixelHeight / display.pixelWidth\<1.7) then application = { content = { width = 320, height = 440, scale = "letterbox", xAlign = "center", yAlign = "center", --fps = 30, imageSuffix = { ["@2x"] = 1.5, ["@4x"] = 3.0, } }, } else application = { content = { width = 320, height = 470, scale = "letterbox", xAlign = "center", yAlign = "center", --fps = 30, imageSuffix = { ["@2x"] = 1.5, ["@4x"] = 3.0, } }, --[[-- Push notifications notification = { iphone = { types = { "badge", "sound", "alert", "newsstand" } } } --]] } end
I need your help
Thanks