Display issue on android 11 device Pixel5

  1. Device: Google pixel 5
  2. Build with solar2D 3664

It seems the display was not correct, blank area exist on left and bottom. See the attachment.
Anyone know what happened in the latest solar2D change.

Thanks for your information.

This has to do with how Solar2D handles different display resolutions based on the content area you’ve defined in your config.lua.

When you toggle Android’s immersiveSticky mode, the available area on the screen increases, which is where the empty black areas come from.

You can check out my module for how I handle this:

1 Like

Thanks for your great work. I’ll take a try.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.