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
{{ message }}
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.
On Firefox 57.0, it appears that TouchHandler's _handleTouchEnd does not fire on the first touch event. Perhaps because the touch begins before the touchend event listener is added. This results in the second _handleTouchStart not being fully followed (because listeners are already added). The second and all even touches then properly fire _handleTouchEnd. The third and all odd touches also do not fire the _handleTouchEnd method.
Roughly, this appears to a user as dropping every other swipe event.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On Firefox 57.0, it appears that TouchHandler's
_handleTouchEnd
does not fire on the first touch event. Perhaps because the touch begins before thetouchend
event listener is added. This results in the second_handleTouchStart
not being fully followed (because listeners are already added). The second and all even touches then properly fire_handleTouchEnd
. The third and all odd touches also do not fire the_handleTouchEnd
method.Roughly, this appears to a user as dropping every other swipe event.
The text was updated successfully, but these errors were encountered: