How to detect if a device has mouse support?

后端 未结 6 1259
猫巷女王i
猫巷女王i 2020-12-03 20:45

I currently use the following test (taken out of Modernizr) to detect touch support:

function is_touch_device() {
    var bool;
    if((\'ontouchstart\' in w         


        
6条回答
  •  时光说笑
    2020-12-03 21:30

    As mentioned in the question comments, specifically on https://github.com/Modernizr/Modernizr/issues/869, there is no good answer yet.

提交回复
热议问题