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