Hi all,
I've an android app that runs in fullscreen.
I'm using Erel's example from this link:
www.b4x.com
I've added an EditText to it and I'm attaching three screenshots to show my problem.
After the android keyboard opens, the android bottom bar becomes visible and I can't hide it without closing and opening the app again.
Anyone faced the same issue?
Thanks.
I've an android app that runs in fullscreen.
I'm using Erel's example from this link:
Immersive Mode - hide the navigation bar
Immersive mode means full screen mode where the navigation bar is also hidden. The user can bring back the bars by swiping near the edges. The required steps are: 1. Call setSystemUiVisibility with the immersive flags. This is done in Activity_WindowFocusChanged. 2. Get the full display size...

I've added an EditText to it and I'm attaching three screenshots to show my problem.
After the android keyboard opens, the android bottom bar becomes visible and I can't hide it without closing and opening the app again.
Anyone faced the same issue?
Thanks.