immersivemode

  1. Claude Obiri Amadu

    B4A Library Immersive Mode - Hide system bars

    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...
  2. Xela

    Italian Ritornare in "ImmersiveMode" dopo input con IME

    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
  3. SayCheese

    Android Question Immersivemode wrong?

    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...
Top