Ionic: Ion-title and ion-buttons not vertical aligned on IOS device

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

Perhaps you could also share the accompanied HTML ?