What browsers currently support the 'range' input?

前端 未结 2 1870
不知归路
不知归路 2021-01-18 17:41

I can\'t seem to find anything on google about this. I know you can pretty much rule out IE. I know webkit supports it but what else do you know?

相关标签:
2条回答
  • 2021-01-18 18:01

    Ok, this question has been here quite a while, but I wanted to add this anyway. Regarding a question about browser support, a good source is always the caniuse.com website.

    In this case, you can find the current, past and expected future support for the range input here: http://caniuse.com/#feat=input-range

    0 讨论(0)
  • 2021-01-18 18:22

    At the time of writing, apparently (Desktop) Safari, Chrome and Opera support range inputs, according to Dive Into HTML5.

    0 讨论(0)
提交回复
热议问题