ruhley / angular-color-picker

Vanilla AngularJS Color Picker Directive with no requirement on jQuery
http://ruhley.github.io/angular-color-picker/
MIT License
166 stars 79 forks source link

Support for touch events #155

Closed mcierzniak closed 7 years ago

mcierzniak commented 7 years ago

Hi! How much work do you think it would take to make this picker more mobile-friendly ? Right now it seems like the picker does not work with the touch events at all. I tried to pick some color on my phone and it does not seem to interact with the picker correctly. Maybe I could look at the code and eventually send some pull request for that.

ruhley commented 7 years ago

@mcierzniak There are touch events registered in this library - https://github.com/ruhley/angular-color-picker/blob/master/src/scripts/controller.js#L254-L256

Can you give me more details on the problem and what mobile device and browser you are using

ruhley commented 7 years ago

Closing as there has not been any updates