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

event.touches is undefined #58

Open
samyan opened this issue Sep 23, 2020 · 1 comment
Open

event.touches is undefined #58

samyan opened this issue Sep 23, 2020 · 1 comment

Comments

@samyan
Copy link

samyan commented Sep 23, 2020

Trying in mobile screen in Firefox, i receive error when trying to scroll.

Version: 3.0.2

  417 | }
  418 | 
> 419 | const eventData = isTouch ? event.touches[0] : event;
      | ^  420 | const { pageX, pageY, clientX, clientY } = eventData;
  421 | 
  422 | this.dragOffset.x = pageX - dragOrigin.x;```
@samyan
Copy link
Author

samyan commented Dec 30, 2021

An unmaintained project equals a dead project. Sorry.

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