开发者

Does IE9 support Touch events on Windows 7?

开发者 https://www.devze.com 2023-03-17 06:28 出处:网络
I am trying to use touch events (i.e. touch move) on a Windows 7 ba开发者_开发技巧sed tablet PC to draw on a canvas element. I was wondering if IE9 DOM supports touch events. It would be great if anyo

I am trying to use touch events (i.e. touch move) on a Windows 7 ba开发者_开发技巧sed tablet PC to draw on a canvas element. I was wondering if IE9 DOM supports touch events. It would be great if anyone can point me to some sample code too.


There's no touch event in IE9. I think many people have suggested this to the IE team during IE9's preview phase but they just didn't do it. Thus all you can get is mouse events.

Here's some reference: http://social.msdn.microsoft.com/Forums/eu/iewebdevelopment/thread/e747bc2b-671b-48b3-820b-889e11fdfaa5

0

精彩评论

暂无评论...
验证码 换一张
取 消