@jamescook wrote:
Anyone have a hint why toggles appear "stretched" in the Samsung Internet Browser (version 5.4.00-75) on android?
This is how the same slide displays in Chrome on Android:
<ion-slide> <ion-card> <h5>{{'WEBSHOP_SUMMARY_BEFORE_PAYMENT'| translate}}</h5> <ion-list> <ion-item (click)="presentTermsPopover()"> <ion-label [innerHTML]="'WEBSHOP_ACCEPT_TERMS' | translate"></ion-label> <ion-toggle [(ngModel)]="acceptTerms"></ion-toggle> </ion-item> <ion-item> <ion-label>{{'WEBSHOP_ACCEPT_NEWSLETTER' | translate}}</ion-label> <ion-toggle [(ngModel)]="acceptNewsletter"></ion-toggle> </ion-item> </ion-list>:
Posts: 1
Participants: 1

