I'm trying to use the recently added html5 date input. As per the FAQ, I've added to functions.php
add_filter( 'wpcf7_support_html5_fallback', '__return_true' );
A native datepicker appears in current Chrome, and what looks like a jQuery fallback appears in current Firefox, as expected. But on Android 2.3 the field appears as plain text, invoking the standard soft keyboard. Same in Android 4 as tested in Saucelabs' emulator.
From reading around, it seems that Android thinks it supports html5 date, but doesn't. How does CF7 decide to use jQuery fallback? Can it be forced to use the jQuery datepicker in certain browsers?
Live example temporarily at http://denizrentacarkas.redhotlemon.com/contact-us/car-hire-reservation .