@chrisbenseler wrote:
None of the ion-label stacked from my app appears in iOS:
Example:
<ion-item> <ion-label stacked>some label</ion-label> <ion-input ngControl="name" [(ngModel)]="name"></ion-input> </ion-item>The ion-input is ok, but not the ion-label.
If I remove the stack, it works fine.
Posts: 5
Participants: 3