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

Add touch support to useDrag - wip #499

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    368aa3f View commit details
    Browse the repository at this point in the history
  2. 0.7.1-dev.1

    AriaMinaei committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    fa7c716 View commit details
    Browse the repository at this point in the history
  3. 0.7.1

    AriaMinaei committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f03d95a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    5586479 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. wip add touch support to useDrag for sliders, number inputs etc

     - Modify all MouseEvent to PointEvent
     - Edit all event listeners from `mouse-*` to `pointer-*` like `pointerdown, pointermove, pointerup`
     - Add logs to try to debug touch not working above a given threshold displacement
    jo-chemla committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    01fcf9f View commit details
    Browse the repository at this point in the history