<ion-navbar slatepro base>
<ion-buttons start>
<button (click)="dismiss()">
<span primary showWhen="ios">Cancel</span>
<ion-icon name="md-close" showWhen="android,windows"></ion-icon>
</button>
</ion-buttons>
</ion-navbar>
<ion-title>{{title}}</ion-title>
My title is higher than the rest of the buttons on an emulated or real iOS device than in Browser. I shouldn’t have any CSS setting ion-title or .titlebar, I searched globally. Any suggestions?