DatePicker really slow

Hi guys,

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.

Is it a known issue or do I do something wrong ?

Thanks,

Gp2mv3

5 Likes

I have seen this too on IOS. Its barely responding when you try to change it and also not stops when letting the finger go.

Also happening to me

Same issue here too. Anyone know if it was always like this? Or just started slowing down in this beta?

Confirmed for me also on device, beta 11. Tested on iPhone 5 and Samsumg S4.
Desktop performs decent.

Hey guys, could anyone expiriencing this problem open an issue and post a link to it here?

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.

Gp2mv3

1 Like