Based on: https://www.b4x.com/android/forum/threads/immersive-mode-hide-the-navigation-bar.90882/#content
Sub Globals
Dim immersive As ImmersiveMode
End Sub
Sub Activity_Create(FirstTime As Boolean)
immersive.Initialize(Activity)
Activity.LoadLayout("Layout")
End Sub
Sub...
Salve
Come si ritorna in "ImmersiveMode" dopo aver utilizzato la tastiera in una "Edittext"?
Allego esempio ricavato da: Tutorial originale: Modalità immersiva: nascondi la barra di navigazione (di @@Erel )
Grazie x i Vs suggerimenti
I tried immersive mode in this example. It seems that this behaves somewhat different as I expected on my phone with notch and Android 9. (Android One edition)
The screen starts beneath the statusbar and therefore the bottom of the screen, including the redframe isn't visible.
I included some...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.