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

Swipe support does not seem to be working in IE11 #5

Open
pauljacobhall opened this issue Apr 5, 2014 · 0 comments
Open

Swipe support does not seem to be working in IE11 #5

pauljacobhall opened this issue Apr 5, 2014 · 0 comments

Comments

@pauljacobhall
Copy link

Swiping does not work in IE11. Turns out IE11 has changed the point

Open the web client in IE11. When you click or touch a category the category does not select. However, if you click / touch the left or right arrows then the category will change. I debugged and believe I found the problem.

The event type given by IE11 (for sure) is pointerdown and the jquery.touch.js file only handles touchstart, MSPointerDown, and mousedown.

Here's the issue...
https://coderwall.com/p/mfreca

May just want to submit the bug to a-fung and point to the specific issue.
https://github.com/a-fung/jQueryTouch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant