ilyashubin / scrollbooster

Enjoyable content drag-to-scroll library
https://ilyashubin.github.io/scrollbooster
MIT License
986 stars 81 forks source link

event.touches is undefined #58

Open samyan opened 3 years ago

samyan commented 3 years ago

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 commented 2 years ago

An unmaintained project equals a dead project. Sorry.