Strange top margin on defaultMode fullscreen, app gets cut off

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 - 

This appears to be an issue that’s started on OS X 10.11 affecting apps that default to fullscreen mode.  I’m looking into it.

Thank you, Perry!

One thing I should note is that the computer I built on and ran the app on are both on Yosemite, in case that helps in your investigation.

This should be fixed in CoronaSDK 2015.2785 and above.

This appears to be an issue that’s started on OS X 10.11 affecting apps that default to fullscreen mode.  I’m looking into it.

Thank you, Perry!

One thing I should note is that the computer I built on and ran the app on are both on Yosemite, in case that helps in your investigation.

This should be fixed in CoronaSDK 2015.2785 and above.