When I play my app in my nexus 5 it looks like the navigation bar goes over my app. I know it doesn’t supose to be like that. i think it is my config.lua:
local aspectRatio = display.pixelHeight / display.pixelWidth local aspectRatio = display.pixelHeight / display.pixelWidth application = { content = { width = aspectRatio \> 1.5 and 1080 or math.ceil( 1920 / aspectRatio ), height = aspectRatio \< 1.5 and 1920 or math.ceil( 1080 \* aspectRatio ), scale = "letterBox", fps = 60, all of my code is writen in scale of 1920/1080.
The game’s frame is a little bigeer then the screen itself just on the bottom.
The sides are good and also the top.
How can I fix this?
it is happens on: nexus 5, nokia lumia 920, NexusOne, HTC windows phone 8s (all are cut at the same place).
works good on:galaxy s3/4/5, HTC Sensation, iphne 5/6/plus, Sumsung ATIV S.
thise are the phones I checked.
PS on iphone 4 it even worse-The game’s frame is mach smaller then the screen from the top and the right.
pls, I am newbie and very frastrated, I will be more then happy if someone will help.