immersive

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

    Android Question Edittext does not shift when the virtual keyboard is displayed in B4XPages with immersive screensplash

    Hi, I made the following observation, after having integrated an immersive splashscreen in a B4X application (i.e.: in the Main): once displayed, the virtual keyboard does not allow the edittext to automatically shift upwards, despite the fact that I I also used "IME" in the relevant pages of...
  3. Sagenut

    Wish Add Immersive Mode in Activity Attributes

    Hi! I think it could be useful to have the chance to enable Immersive Mode directly from Region Activity Attributes. I was thinking to something like this: #Region Activity Attributes #FullScreen: True (other options: False, Immersive) #IncludeTitle: True #End Region or...
Top