-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full screen/immersive mode #172
Comments
How would you want it to look? Giving space for the cutout is intentional behaviour. |
Ideally I would like an option atleast to take up the entire screen without any blank space, I don't see a reason for the camera cutout area to be blank unless to make sure the button on the left isn't cut off but it makes it look inconsistent and off centered, if the button needs to not be in the same area as the camera cutout the space could still be used but both buttons could be moved towards the center of the screen (like how BTD6 handles it on mobile), and the navigation bar keeps an extra unneeded static image on screen. |
This can be controlled in the Settings on some devices, like Samsung and Xiaomi (Check if your phone has an option like that.) |
On my phone the cutout width is more or less the same as the width for the navigation bar, making the game exactly centered. This is also the mode most other apps use to not have to deal with screen imperfections caused by camera cut-outs, notches and rounded screens. Having the game adjust the UI to a safe area would be a nice setting to have but not worth the amount of effort to implement it personally. And if you're upset about the current state of phone screens then I am empathetic, but can't do much more than that. Fortunately they are large enough nowadays that padding the edges will still give you a sizable rendering area that is also at least 16:9 or wider. |
It does, both on the left side and the right side, because otherwise the UI will be cut off and you will have the navigational bar nagging you when pulling stuff out of the sandbox. If you want the UI to be cut off then you can override apps yourself to be in fullscreen mode as griffi-gh pointed out. We won't provide the option until the UI can properly account for screen safe areas (which will be whenever someone contributes it). |
I do not have this proprietary OS override feature like I said, but yes in that case I might be wrong about that and I would also wait for the UI to be fully developed. I'll have to see if possibly I can contribute. |
App leaves a gap for the camera hole and navigational bar on screen on my Pixel 6a.
The text was updated successfully, but these errors were encountered: