Hi there,
I posted in the main pinned thread but thought I would make this its own thread.
I’m noticing a strange top margin that appears when I set defaultMode to fullscreen. While the app is launching, it appears about 15 pixels of white, and when the app is finished launching, there is 15 pixels of black top margin. The result is my app getting cut off by about 15 pixels on the bottom of the screen when running the screen in the same resolution as the app (1280x720).
I have the following settings in build.settings:
defaultViewWidth = 1280
defaultViewHeight = 720
And the following settings in config.lua:
content =
{
graphicsCompatibility = 1,
width = 720,
height = 1280,
scale = “letterbox”
}
Is anyone else experiencing this? Any advice is appreciated -