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
Duplicate of #58. Safari doesn't support the touch-action CSS property so there's no way to prevent scrolling without also preventing click events. I think the best solution is to use interact.js' "tap" event instead of "click".
Expected behavior
Should see a click event on both mobile + desktop.
Actual behavior
Only see the click event on desktop, until interact is removed, then click events occur on both.
System configuration
1.3.0 alpha2
iOS 10 and Chrome latest macOs
https://jsfiddle.net/k2t7h13b/10/
The text was updated successfully, but these errors were encountered: