Loading an app on iPhone X and I have white bars on the two sides of the notch. I am using Ionic Tabs. I have tried changing the body and ion-app
background colour.
body, ion-app.app-root {
background-color: color($colors, main);
}
First include viewport-fit=cover
Running "cordova-plugin-statusbar": "^2.2.3"
Also tried to change Statusbar background colour with <preference name="StatusBarBackgroundColor" value="#25707B" />
Don't know what is causing them.
Edit: Added image of the white edge.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…