wheel-indicator
wheel-indicator copied to clipboard
no mousehweel event on IE Edge with touch screen
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…
It's interesting. https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7134034/ We will look what we can to do.
@gregmatys Do you know the exact version? Is it 13?
@f0rmat1k Edge 16
@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).
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 [email protected] 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 .
@gregmatys our IE11 works fine. We need more info, e.g. stack trace or something else