HTML5 input type date, color, range support in Firefox and Internet Explorer

前端 未结 4 465
醉酒成梦
醉酒成梦 2020-12-08 20:05

I\'ve build all my website using many forms with HTML5 (using the input types date, color and range.)

Everything

4条回答
  •  庸人自扰
    2020-12-08 20:39

    All browsers fallback to input type text if special input is missing. Its all about widgets and validation.

    Following support range widget

    Firefox Desktop 23

    Firefox 29

    Opera Desktop

    Opaera

    Chrome Desktop

    chrome desktop

    Chrome Mobile

    Chrome mobile

    IOS safari 5

    IOS Safari 5

    .

    .

    .

    Following browsers now supports color widget

    Firefox Desktop 29

    Firefox 29 color input Ubuntu

    Opera Desktop 11

    Opera desktop color input

    Chrome Desktop 20:

    chrome input type color Ubuntu

    Android 4.4 / Chrome Mobile :

    chrome mobile color input

    Opera mobile:

    opera mobile color input

    Blackberry:

    blackberry color input

    Firefox os 1.3

    Firefox os now supports color input but i still don't have a screen shot

    If u want u can use this http://www.eyecon.ro/colorpicker/

提交回复
热议问题