darul75 / angular-awesome-slider

:arrows_clockwise: Angular slider control directive
http://darul75.github.io/angular-awesome-slider/
MIT License
144 stars 63 forks source link

mobal device problem #45

Closed jovpet closed 9 years ago

jovpet commented 9 years ago

DO you consider fixing bugs for mobile version? touch is not working as it should, since only first pointer can be selected (in double value version)

darul75 commented 9 years ago

Sure I will, thank you for reporting it. Sometimes I forget to test all use cases

darul75 commented 9 years ago

@jovpet can you give some details, because after some tests it looks like "move" sensor is well handle for both pointers. Only click behaviour is difficult with 2 pointers, which one to choose, maybe closest one would be better choice. Is it the problem you are pointing ? Thanks

jovpet commented 9 years ago

@darul75 sorry My mistake. I used custom css and the bug was produced by my mistake. It works fine now! Thank you!

darul75 commented 9 years ago

nice, do not hesitate thank you @jovpet