Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Touching the view should not fire valueChange event but only dragging #5

Open
ahmadalibaloch opened this issue Sep 29, 2016 · 4 comments

Comments

@ahmadalibaloch
Copy link

If I just touch the view at for example half, it will set the value to 50 or (which is half). The correct behavior for this half visible (moving cycle) as visible from the display is, to change value on its movement or dragging.

No matter where I touch, it should change the value according to the dragging distance,only when I drag. Even If I touch near end and move to half, and say I dragged for value 20, it should change the existing 50 value to 30. 50-20 = 30.

@milosmns
Copy link
Owner

This is something I planned for a future release. Maybe you could fork the repository and improve the functionality? I'm more than happy to review the pull request and merge here. I'm sort of swamped with other projects so I have little time to address these issues right away.

@ahmadalibaloch
Copy link
Author

I will create pull requests, for some problems, over the weekend.

@prazjain
Copy link

@milosmns @ahmadalibaloch Any updates on this one? I expected this to be default behaviour, so value changed is fired only when drag has finished.

@milosmns
Copy link
Owner

I was busy with other things (still am), but you're invited to fork and do it :)

@milosmns milosmns added this to the v3.0 milestone Dec 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants