Hi, guy --
I reconstruct an application, which was created in B4A 8.3, android.jar from platform 26.
Now I use B4A 8.5, android.jar from platform 28.
Just noticed that in emulator (SDK 26, 27) the navigation bar appears AFTER the layout is created in Activity_Resume.
Because in Activity_Resume app receives incorrect activity size, a part of the screen is closed by navigation bar.
This happens not every time, but enough often. In native smartphone (Oreo 8.1) all works correctly.
It looks that before building a layout, it's necessary to wait some events. But which ?
I reconstruct an application, which was created in B4A 8.3, android.jar from platform 26.
Now I use B4A 8.5, android.jar from platform 28.
Just noticed that in emulator (SDK 26, 27) the navigation bar appears AFTER the layout is created in Activity_Resume.
Because in Activity_Resume app receives incorrect activity size, a part of the screen is closed by navigation bar.
This happens not every time, but enough often. In native smartphone (Oreo 8.1) all works correctly.
It looks that before building a layout, it's necessary to wait some events. But which ?