Skip to content
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

Doesnt work in IE11 on Windows Surface #39

Closed
1florentin opened this issue Aug 18, 2016 · 4 comments
Closed

Doesnt work in IE11 on Windows Surface #39

1florentin opened this issue Aug 18, 2016 · 4 comments

Comments

@1florentin
Copy link

Issue Summary

The demo page doesnt work in IE11 when I tried testing it on a Windows Surface.

Expected Behavior

demo page

Current Behavior

shows upper part of the website without the ability to scroll down.

Steps to Reproduce

Open the demo page in IE11 on a Windows Surface

Environment

  • Browser: Internet Explorer 11
  • OS: Windows 10 Home
  • Version of smooth-scrollbar: -

Online demo

@1florentin 1florentin changed the title Doenst work in IE11 on Windows Surface Doesnt work in IE11 on Windows Surface Aug 18, 2016
@idiotWu
Copy link
Owner

idiotWu commented Aug 18, 2016

Sorry I am not able to test on IE with touch :(

@idiotWu idiotWu added the bug label Aug 18, 2016
@hum-n
Copy link

hum-n commented Nov 29, 2016

IE doesn't support touch events. You can add pointer events to make it work in IE or add a touch events polyfill.

Also, you can't scroll with some trackpads in IE and Edge because wheel events don't work. I don't know how this one could be fixed. https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7134034/

@idiotWu
Copy link
Owner

idiotWu commented Nov 29, 2016

@AntoineBoulanger thanks for the useful information. But I'm afraid introducing pointer events API is not that easy because:

  1. Pointer events API provides an absolutely different interface from touch events, which means we may have to start over.

  2. It requires an additional polyfill.

I'm looking for a workaround to the touch events issue 😃

@idiotWu
Copy link
Owner

idiotWu commented Nov 29, 2016

Hey I've just found something interesting from hakimel/reveal.js#450. It appears that all we need is to apply the style rule -ms-touch-action: none; on the container element.

Can anyone help me to test this black magic?

@idiotWu idiotWu removed this from TESTS NEEDED in Deprecated Apr 21, 2017
@idiotWu idiotWu added this to Investigating in v8 Apr 21, 2017
@idiotWu idiotWu added this to the v8.0.0 milestone Apr 21, 2017
@idiotWu idiotWu moved this from Investigating to DONE in v8 Oct 7, 2017
@idiotWu idiotWu closed this as completed in fe615cf Oct 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v8
DONE
Development

No branches or pull requests

3 participants