Promo / wheel-indicator

Indicates when user makes swipe gesture on a trackpad or mouse wheel
http://promo.github.io/wheel-indicator/
272 stars 41 forks source link

no mousehweel event on IE Edge with touch screen #51

Open gregmatys opened 6 years ago

gregmatys commented 6 years ago

in IE Edge on some devices (with touch screen I suppose) there is no onmousewheel nor onwheel event, so wheel-indicator doesn't work at all…

f0rmat1k commented 6 years ago

It's interesting. https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7134034/ We will look what we can to do.

f0rmat1k commented 6 years ago

@gregmatys Do you know the exact version? Is it 13?

gregmatys commented 6 years ago

@f0rmat1k Edge 16

f0rmat1k commented 6 years ago

@gregmatys if problem is only with touchscreen, i suppose, you should listen touch (or pointer?) events for youself (wheel indicator isn’t about touch or scroll events).

gregmatys commented 6 years ago

it turns out that not only touchscreen devices… but it's hard to say why it sometimes does not work : | in my office only on IE Edge on one of five computers is not working… but our client claims it doesn't work at all on IE :)

On Fri, Mar 9, 2018 at 11:56 AM, Anton Grischenko notifications@github.com wrote:

@gregmatys https://github.com/gregmatys if problem is only with touchscreen, i suppose, you should listen touch (or pointer?) events for youself (wheel indicator isn’t about touch or scroll events).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Promo/wheel-indicator/issues/51#issuecomment-371781131, or mute the thread https://github.com/notifications/unsubscribe-auth/ACmcRkKvSYY3E8uMy595ZAdhsDxkcW0Yks5tcl_WgaJpZM4SgOb4 .

f0rmat1k commented 4 years ago

@gregmatys our IE11 works fine. We need more info, e.g. stack trace or something else