When upgrading to iOS14, the HTML5 embedded date-picker ceases to work in my app. The iOS keyboard pops up instead of the usual native browser date-picker. Is this a bug?
I can manage to replicate the behavior by creating a new app in Cordova 9 using the simple hello-world app within the documentation.
An example of the HTML used that should pop-up the html5 date-picker follows:
<input type="date" id="start" name="trip-start"
value="2018-07-22"
min="2018-01-01" max="2018-12-31">