You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: