-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no mousehweel event on IE Edge with touch screen #51
Comments
It's interesting. https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7134034/ |
@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 ***@***.***> 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
<#51 (comment)>,
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 |
in IE Edge on some devices (with touch screen I suppose) there is no
onmousewheel
noronwheel
event, so wheel-indicator doesn't work at all…The text was updated successfully, but these errors were encountered: