Hello,
I have an issue, because my statusbar ios is overlaying my app.
<ion-content>
<div class="header">
<span class="title">{{'WARDROBE.TITLE'| translate}}</span>
<div class="header-button">
<!--<ion-icon src="assets/icon/cart.svg"></ion-icon>-->
</div>
</div>
</ion-content>
I have this simple code, but the title is under the hours and notifications of status bar.
If someone already has this problem, please ?