trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

Touch Events #940

Open ghost opened 6 years ago

ghost commented 6 years ago

I've installed the add-on and everything is working GREAT with a mouse. I then added the UI Sliders and Touch Accessibility and the sliders work perfect with touch. However, using touch for the dates on the calendar, the Now and Done buttons do not work.

ghost commented 6 years ago

A little more information. It is something within the slider access found at http://trentrichardson.com/2011/11/11/jquery-ui-sliders-and-touch-accessibility/. When I copy that jQuery UI Slider Access into a js file, it causes the buttons to not work. If I simply add the touch punch, I can move the slide bar fine (by touch) and all the buttons work.