@vptcnt wrote:
Hello,
How to do a list of cards on Ionic 4 to respect the safe area on iPhone X - landscape
I tried this
<ion-content> <ion-list> <ion-item> <ion-label> <ion-card> <ion-card-header> <ion-card-subtitle>Subtitle</ion-card-subtitle> <ion-card-title>Title</ion-card-title> </ion-card-header> </ion-card> ... </ion-label> </ion-item> </ion-list> </ion-content>
It’s not working on iPhone X with the safe area.
How should ?Thanks
Vincent
Posts: 1
Participants: 1