The Ultimate config file will have your app look different on each platform… i.e. phone and tablet. so much so --personally I don’t use it. It would be a headache to build for the phone and tablet with the Ultimate config file. Instead try this one: It is so sweet how everything looks perfectly on EVERY platform – it takes my breath away.
Here it is: There is an article about it somewhere:
--calculate the aspect ratio of the devicelocal aspectRatio = display.pixelHeight / display.pixelWidthapplication = { content = { width = aspectRatio \> 1.5 and 800 or math.ceil( 1200 / aspectRatio ), height = aspectRatio \< 1.5 and 1200 or math.ceil( 800 \* aspectRatio ), scale = "letterBox", fps = 60, imageSuffix = { ["@2x"] = 1.3, }, },}