Binding DataField or Combobox with the correct mobile input widget

We are implementig the mobile support for our solution using HTML (no mobilekit). We are still working with Vaadin 7.7.x server side. When a i.E. Datafield receive the focus, the mobile device shows always a standard input keyboard (native). For DateField the expectation would be to see appearing a widget to enter the date instead of the standard native keyboard.

Does anyone know if it is possible to “bind” the different field type (TextField, DataField, NumericField, Combobox) with the specific native input widget?

Many thanks in advance for any answer.

Ivano

I decided to use the touchkit add-on. This has solved a lot of the exisitng issue.