Will/Does IE10 Support Touch Events?

后端 未结 2 743
孤城傲影
孤城傲影 2020-12-29 12:55

I\'m looking at doing a project that would target Internet Explorer 10 using a touch screen. I don\'t currently have a touch screen handy, but need to know if Internet Expl

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-29 13:25

    It appears IE 10 doesn't support the 'touchstart' family of events used by iOS and other mobile browsers. IE 10 does however support multi-touch events using their own 'MSPointer' events. See http://msdn.microsoft.com/en-us/ie/hh272903#_DOMTouch for details and example sites like http://ie.microsoft.com/testdrive/Graphics/TouchEffects.

提交回复
热议问题