- Jun 6, 2020
- 11,559
- 4,422
Hi,
my app has a panel with text fields that covers the whole screen.
The panel gets pushed up thy iOS when the keyboard opens.
In iOS16 I have now the problem that the navigation bar is transparent and the panel slides under it, making it hard to read.
I tried
NavControl.As(NativeObject).GetField("view").As(B4XView).Color = xui.Color_White:
as described in
However, that did not help. It changes the background color of the navigation bar, but when the panel slides up, it still goes under the transparent navigation bar.
How can I set the navigation bar to non-transparent?
thanks a lot,
Johannes
my app has a panel with text fields that covers the whole screen.
The panel gets pushed up thy iOS when the keyboard opens.
In iOS16 I have now the problem that the navigation bar is transparent and the panel slides under it, making it hard to read.
I tried
NavControl.As(NativeObject).GetField("view").As(B4XView).Color = xui.Color_White:
as described in
برای دیدن لینک ها باید ثبت نام کنید
.However, that did not help. It changes the background color of the navigation bar, but when the panel slides up, it still goes under the transparent navigation bar.
How can I set the navigation bar to non-transparent?
thanks a lot,
Johannes
برای دیدن لینک ها باید ثبت نام کنید