browser support for html5 input types

asked 2015-07-24 13:30:14 +0200

Toxip gravatar image

updated 2015-07-24 13:44:06 +0200

Currently the browser lacks support for the following html5 input types:

  • date
  • color
  • month
  • week
  • time
  • datetime
  • datetime-local

These input types should invoke their corresponding silica component instead of opening the keyboard. Critical ones are date, color, time and datetime-local.

Silica colorpicker component also needs improvement. More on that in this question:

EDIT: Issue opened on sailfish browser github:

edit retag flag offensive close delete