TanStack / ranger

🤖 Headless utilities for building range and multi-range sliders in React, Preact, Solid, Vue, Svelte and Angular
MIT License
753 stars 63 forks source link

Can not drag on mobile #9

Closed jingkai001 closed 4 years ago

jingkai001 commented 6 years ago

Getting the value of clientX on the touchMove Event, return NaN. use e.changedTouches[0].clientX instead e.clienX while in mobile.