PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Date Picker iOS
Date Picker iOS
Iniciado por guest, 25,ene. 2016 21:43 - 2 respuestas
Publicado el 25,enero 2016 - 21:43
Hi Forum,

I need a little help.
I have an iOS app, which has a textbox defined as date.
If the user clicks in this textbox the iOS datepicker appears.

I would like the user to enter the date by the keyboard, but I did not find any solution.

If someone has an idea ....

Thanks

Stefan.
Publicado el 26,enero 2016 - 12:56
Hi Stefan,

This work in android
- change date input mask from date roll to the format (dd/mm/yyyy) you want .
Publicado el 26,enero 2016 - 13:12
Hi CCC,

thanks, but this does work in the android versin of my app, but not in the iOS Version.....