-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
NIce Scroll doesnt work on Window Surface IE Edge #555
Comments
I think this may very well be related to: https://github.com/noraesae/perfect-scrollbar/pull/401 |
Fix soon. |
New options - disablemutationobserver, = TRUE when you want that MutationObserver disabled #580 Fixes - Fix show of null #583 - Refactoring js #582 - Removed comments #577 - Timeouts & using on dynamic DOM Elements: "Uncaught TypeError" #579 - version 3.6.6 stack overflow #578 - MutationObserver. IE11 crashes #568 - Xbox One IE Edge browser can't scroll anywhere #581 (to test on real hw!) - NIce Scroll doesnt work on Window Surface IE Edge #555
I tested 3.6.8 and it works on Internet Explorer, but not in Edge. I did a little bit of debugging and it seems the detection of Edge does not work with this line:
This returns false in Edge (Win 10 / Desktop version, at least). Edit: I spoke too early. While the statement that the Edge detection does not work is still true, 3.6.8 does neither work with IE nor with Edge nor with Firefox when it comes to touch or gesture scrolling on a Surface Pro 4. To be more precise: IE11: Touch does work with 3.5.6 but not with 3.6.8, touchpad gestures do not work on either. I don't have other Windows-based touch devices on hand to know if this is a Surface-specific issue or a general issue with touch on Windows 10. |
opera works on surface 4 pro, but only if you resize it. |
hi
i used Nicescroll and it works fine but recently i m facing an issue
on Window surface with IE Edge [IE 11] i m not able to use scroll and that happens with touch too.
Even demo http://areaaperta.com/nicescroll/demo.html provided by site also not working
can some one help me ??
Any help will be appreciated
The text was updated successfully, but these errors were encountered: