I’m trying to use the DatePicker but it’s really really slow. It’s nearly not usable.
This slowness is present on desktop browsers (Chrome and Firefox) but also on Android (Nexus 5 and Huawei P9 lite) when the app is compiled. I didn’t tried on iOS but I think it will also be the case.
My declaration of the DatePicker is: <ion-datetime displayFormat="DD/MMM/YYYY HH:mm" [(ngModel)]="event.begin" [ngModelOptions]="{standalone: true}" [min]="minDate" [max]="maxDate" minuteValues="0,15,30,45" required></ion-datetime> and it’s in a form.
Hi,
I created the issue (https://github.com/driftyco/ionic/issues/8144) but I don’t have time for a Plunker.
My code changed a lot since this issue (I’m not using DatePicker anymore).
If someone can create a Plunker, it could be really interesting.