stepper.js
stepper.js copied to clipboard
Mouse click not working on device with touch screen and mouse together.
When is_touch_device function returns true then simple mouse click on up/down buttons does not work.
Occurs on a touch screen notebook where the mouse is also used.
Hot fix is to use only click (or mousedown) event like it was before commit Added touch device check and added touchstart event for UX reasons. But then you lost better UX on touch devices. :/