Closed darinw closed 9 months ago
On Android NavigationBar.setTransparency affects the StatusBar
NavigationBar.setTransparency
i am using @capacitor/status-bar & @hugotomazi/capacitor-navigation-bar
@capacitor/status-bar
@hugotomazi/capacitor-navigation-bar
StatusBar.setBackgroundColor({ color: 'blue' }); StatusBar.setStyle({ style: Style.Dark }); NavigationBar.setTransparency({ isTransparent: true });
This results in the NavigationBar acting as desired but the StatusBar is blue with the app content behind it.
Is is possible to only affect the NavigationBar?
Hello! Which API version are you testing?
Even if you don't use the StatusBar plugin at all, the NavigationBar affects the Statusbar.
On Android
NavigationBar.setTransparency
affects the StatusBari am using
@capacitor/status-bar
&@hugotomazi/capacitor-navigation-bar
This results in the NavigationBar acting as desired but the StatusBar is blue with the app content behind it.
Is is possible to only affect the NavigationBar?