Status bar now always visible after Textbox.GotFocus (nb206 Android 8)

Hi everyone

In my app I have only 1 screen, and status bar is set to NOT visible.

Today I see that status bar is appeared. I tested the app on android 8 and 16: the problem appears on android 8 only.

Is the problem due to recent change to nb206, SDK 36?

How can I solve it?

Are you testing with companion and with a compiled app? Same results ?

Create a simple test aia project, do you get the the same results?

Tested on Android 13 and 17, working OK there.

i am getting screen shrink problem after build apk , during live no issue

What android version ?

android 16

No, I checked it on two Android 8 devices with Companion and the APK.
Works fine via Designer and/or blocks.

Not seeing any issues with compiled app on Android 17.

1 Like

Android version, device name? And post screenshots.

android 16, oneplus 115g

Ok, show screenshots...


shrink

no shrink

this is when after build apk

…and when you close the keyboard?

After sign in.. this is not about this page .. another pages aslo same .. when i do on live .. no shrink.. but when i build apk. Then it happens

I mean: and when you close the keyboard, does the screen expand as in the second image you posted?

Yesss. Also all vertical layout is in fill parent

I think you can check the scrollable property on screen1 and on vertical arrangement login_page set height to 100%

Hi @TIMAI2

I tested companion VS android: in companion it works ok, in android the status bar appears.

I create a simple test app in which you can test the same situation of my app: the status bar appears when I click on “password textbox” and after that the bar stay forever in the app (only in android 8).

test_status_bar_1.aia (2.0 KB)

Confirmed. I get the same issue with Companion and the APK on Android 8.x.
After clicking the Textbox the status bar apears, but .ShowStatusBar returns false. The status bar cannot be removed after this. You must reload the screen.

Other Android versions are likely affected as well.

If I’m not wrong the status bar appears as soon as the the soft keyboard appears, to disable it you have to set ShowStatusBar true and then false ( on android 8 )

I had the same idea, but I already tried that and it doesn't work.