@loic_shake wrote:
Hey
I have a problem with the status bar on ios device, ion-title and ion-buttons aren’t vertically aligned.
I saw that this problem is bound to the StatusBarOverlaysWebView plugin but I don’t know how to fix it.Any ideas ?
Thanks, regards!config.xml file :
<preference name="StatusBarOverlaysWebView" value="false"/>app.component.ts file :
platform.ready().then(() => { this.statusBar.styleLightContent(); this.splashScreen.hide(); this.initPushNotification(); });IOS Screenschot :
Screenshot-ios.png
Posts: 1
Participants: 1
