lauren / pick-a-color

an easy-to-use jQuery color picker for Twitter Bootstrap
http://lauren.github.com/pick-a-color/
MIT License
269 stars 89 forks source link

Clicking on pc's with touch enabled screens [Chrome] #50

Closed usajusaj closed 7 years ago

usajusaj commented 10 years ago

There is a bug when using chrome on laptops (or any other devices with touchscreen). The library detects touch capabilities and completely ignores click events. Our workaround simply disables touch detection in line 13, but it would be great it the library would enable both input methods.

Keep up with the great work! usajusaj

bjaraujo commented 9 years ago

Yes I also implemented this workaround

  var supportsTouch = false,

would be better to have touch disabled by option though.