Hello,
i use WPC Pro. I test the website on Android and iOs. It is fully responsive but… the input date field does show a HTML date picker AND the Androit text keyboard (same on iOs).
I did some research, it is because the input type field is in in fact a “text” instead of a “date”
So i guess the solution is to check with jQuery if the device is mobile or desktop and to change the input type into “date” for mobile. I will try today, but i liked to know if some of you have already a solution (and which one) ? Does the switch to type=date creates a conflict with WPC ?
Greetings.