[TIMOB-1486] Slider 'touchend' event only works on Track
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:54:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | events, slider, touchend |
Reporter | jbermudez |
Assignee | Kevin Whinnery |
Created | 2011-04-15T02:54:05.000+0000 |
Updated | 2017-03-09T23:14:54.000+0000 |
Description
While trying to update a component with a slider I encountered
no way to detect that the slider was released.
The touchend event works only on the track of the slider.
can you not use mySlider.addEventListener('change',function(e) { Ti.API.info(e.value) });
Marking as invalid for now - if the change event doesn't work, we can open a new bug for that.
i dont this should be closed. it would be very usefull to have start/stop events for when the slider is being dragged. changed fires constantly and not once at the end of a drag.
Closing ticket as invalid.