manumaticx / circularprogress

Circular Progressbar Widget for Alloy
87 stars 19 forks source link

Ability to handle "click" (tap) events around the circle and update progress? #12

Closed ksouthworth closed 8 years ago

ksouthworth commented 8 years ago

It would be awesome if this widget could listen for click/tap events around the circle and update the progress value accordingly.

For example, if I tap at any point on the arc of the circle, it would update to that value.

Or event better, publish a "touch" event that includes event args with the calculated value.

manumaticx commented 8 years ago

Hm, I'm not sure why you need that kind of functionality on a progress bar. Maybe you should go for a circular slider?