mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
fix: status bar being black on Android 13 devices
This commit is contained in:
@@ -100,6 +100,7 @@ export class AppComponent implements AfterContentInit {
|
||||
.trim(),
|
||||
});
|
||||
await StatusBar.setStyle({style: Style.Dark});
|
||||
await StatusBar.setOverlaysWebView({overlay: false});
|
||||
await NavigationBar.setColor({
|
||||
color: getComputedStyle(document.documentElement)
|
||||
.getPropertyValue('--ion-background-color')
|
||||
|
||||
Reference in New Issue
Block a user