DatePicker calendar display

I am using DatePicker; in Android when DatePicker is clicked, the calendar is directly open to select a day:

In iOS, you first get a screen with the current date:
IMG_0021

Then, to open the Calendar, you need to do a second click on the current day

Is it possible to have directly the calendar available on iPhone? (as in Android), the current behaviour is quite confusing.

There is also the same behaviour in TimePicker

This is due to a change I think in iOS 16 and we haven't managed to adapt for it yet. I'll see if there is someone able to take this on.

I tried on an iPhone 6s with iOS 15.8.3 and it is the same.

I just checked the documentation for UIDatePicker and the alternate styles were introduced in iOS 13.4.

Tracking this now as issue 3366:

1 Like