Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Firefox _handleTouchEnd Doesn't Fire #9

Open
seurimas opened this issue Nov 28, 2017 · 0 comments
Open

Firefox _handleTouchEnd Doesn't Fire #9

seurimas opened this issue Nov 28, 2017 · 0 comments

Comments

@seurimas
Copy link

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.

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

No branches or pull requests

1 participant