Touch events for edge browser?
阿神
阿神 2017-05-19 10:39:16
0
1
756
  • The touch event in chrome/webkit is invalid in edge. Edge continues the MSPointer event of IE10;

  • However, touch events in edge are turned off by default, see the picture below;

  • The "Use two fingers to drag to scroll operation" of the surface trackpad does not trigger MSPointer events either on IE11 or edge.


Above, two questions:

  1. Is there any way to bypass the about:flags setting of edge and use touch/MSPointer to do the event?

  2. Looking for the event caused by "Use two fingers to drag for scrolling operation"? (Premise: The page layout content cannot be scrolled and cannot be obtained through the scroll event)

I hope someone can give me an answer, thank you very much!

阿神
阿神

闭关修行中......

reply all(1)
仅有的幸福

The scrolling event of the trackpad should be the scroll event (I forgot whether it triggered the mousewheel

Pointer events are mouse or touch events and are supported in IE, Edge and Firefox.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!