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

Snap points are not apparent while dragging #176

Open
majapw opened this issue Jul 6, 2018 · 1 comment
Open

Snap points are not apparent while dragging #176

majapw opened this issue Jul 6, 2018 · 1 comment

Comments

@majapw
Copy link
Collaborator

majapw commented Jul 6, 2018

The handle currently snaps to a valid snap point at the end of a drag. While the handle is dragged, the control calls onValuesUpdated with all of the values between the snap points.

This behavior is a little odd because it's a little ambiguous what a valid snap point is until you stop dragging the handle. Snap points can be defined arbitrarily and it's weird to allow the UI to get updated (through onValuesUpdated) with any value that is not a valid snap point.

It would be beneficial if the snap points were reflected while the user was dragging the handle and not just after letting go.

FYI @ljharb

@Ninos
Copy link

Ninos commented Sep 23, 2019

Same problem with iphone, on desktop (e.g. firefox) all is working fine. On iPhone drag & drop is not working. Any news about that issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants