iOS version has a transparent statusbar #9503
Unanswered
jankal13
asked this question in
CLI - Capacitor / Cordova modes
Replies: 1 comment 2 replies
-
|
@mrzyte Did you use the Capacitor status bar plugin? Here's the Cordova plugin. I know that one works to create solid non transparent status bars in iOS. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello together,
I have a Quasar App which seems to have some issues with capacitor/iOS. When I run the iOS version it seems that the statusbar of the app becomes transparent/translucent although I defined it in the plist as "lightcontent/white".
Also it does not matter if the phone has a notch or not. The statusbar always stays transparent. I just can get rid of it if I use "viewport-fit=cover" which I don't want to use as it screws up my app's layout.
Does anybody know why the statusbar is transparent, how I can colour it (e.g. make it white) and what I missed?
Thank you and best regards
JK
Beta Was this translation helpful? Give feedback.
All reactions