Since Fuse 1.13 the statusbar is missing in Android 9 with code:
<App>
<Android.StatusBarConfig Color="#000" IsVisible="True" />
<ClientPanel Background="#022328">
</ClientPanel>
</App>
Since Fuse 1.13 the statusbar is missing in Android 9 with code:
<App>
<Android.StatusBarConfig Color="#000" IsVisible="True" />
<ClientPanel Background="#022328">
</ClientPanel>
</App>
Hassan provided a fix for this which is included in the new Uno v1.13.2 release.
Thanks! I will test it now!
Solved with the new release! Thanks!