You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a great lib to all those who contributed!
When this library switched to mousedown, mousemove and mouseup from drag "onmove, onstart and onstop" for bar events, touch support stopped working (Tested on iOS). Tried to implement it with touchstart, touchmove and touchend, but scrollbar from container messes it up and dragging bar doesn't run smoothly. Anyone have a solution for this?
Both mouse and touch works in the demo! The demo runs with a very old version. Version 0.0.7 is the last version that uses onmove, onstart and onstop.
To get offsetX and offsetY, I have tried with
touchstart:
Thanks for a great lib to all those who contributed!
When this library switched to mousedown, mousemove and mouseup from drag "onmove, onstart and onstop" for bar events, touch support stopped working (Tested on iOS). Tried to implement it with touchstart, touchmove and touchend, but scrollbar from container messes it up and dragging bar doesn't run smoothly. Anyone have a solution for this?
Both mouse and touch works in the demo! The demo runs with a very old version. Version 0.0.7 is the last version that uses onmove, onstart and onstop.
To get offsetX and offsetY, I have tried with
touchstart:
touchend:
The text was updated successfully, but these errors were encountered: