Mendix iOS app datepicker

3
Hi all, just encountered another problem with mobile - this one about the datepicker - and support is no help at all :( when a custom date format is set I get this datepicker on an iPad without custom date format I get this   Now the first one is not working correctly and the second one has no weekdays. I don't even know where the second one is coming from. Any suggestions how I can get a proper datepicker working properly on responsive and tablet? Does someone know if that native picker can be configured somehow? regards, Fabian
asked
1 answers
3

You could try use the set attribute widget from the AppStore

https://appstore.home.mendix.com/link/app/5958/

and use that to set the input type for this datepicker to

type="datetime-local"

or

type="date"

because i think this should give you control over how iOS handles the date input.

but yeah, the date picker / time picker in the Mendix modeler is still one of the biggest abominations

answered