TanStack / ranger

🤖 Headless utilities for building range and multi-range sliders in React, Preact, Solid, Vue, Svelte and Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not drag on mobile

jingkai001 opened this issue · comments

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