actual-number-picker icon indicating copy to clipboard operation
actual-number-picker copied to clipboard

Touching the view should not fire valueChange event but only dragging

Open ahmadalibaloch opened this issue 8 years ago • 4 comments

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.

ahmadalibaloch avatar Sep 29 '16 10:09 ahmadalibaloch

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.

milosmns avatar Sep 29 '16 10:09 milosmns

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

ahmadalibaloch avatar Sep 29 '16 10:09 ahmadalibaloch

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

prazjain avatar Dec 23 '16 22:12 prazjain

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

milosmns avatar Dec 23 '16 22:12 milosmns