Page 1 of 1

LÖVE Android Immersive UI

Posted: Sun Mar 01, 2020 7:43 pm
by KallioSanteri
Hey!

I'm having some trouble getting the

Code: Select all

SYSTEM_UI_FLAG_IMMERSIVE
mode working on android. The reason for this is that I'd like to be able to get the navigation bar visible from fullscreen without actually sending the gestures to the app. I tried to replace

Code: Select all

SYSTEM_UI_FLAG_IMMERSIVE_STICKY
from anywhere I saw it in GameActivity and SDLActivity to

Code: Select all

SYSTEM_UI_FLAG_IMMERSIVE
, but it still doesn't work. Does someone know how to fix this issue?

Re: LÖVE Android Immersive UI

Posted: Tue Mar 03, 2020 1:10 pm
by AuahDark
Immersive UI (setting the window to fullscreen) implies hiding the navigation bar, so I don't think that's possible AFAIK.