Capacitor - Invisible statusbar

Hello,

is it possible with capacitor to make a statusbar invisible or translucent to put a image on the background?

Like this:

Thanks

@Kyrax80 you should be able to completely hide the statusbar with StatusBar.hide();

https://capacitor.ionicframework.com/docs/apis/status-bar/#method-hide-0

1 Like