Change time inputs to input[type=time]

The current time inputs are very difficult to fill in on mobile devices (a quite difficult on computers) with the event handlers that are attached to it (focussing on the hour, even if you try to click on the minutes). I think it would be much better to use the standard time type input for the time inputs.

<input type="time" ...>

Thanks