stepper.js icon indicating copy to clipboard operation
stepper.js copied to clipboard

Mouse click not working on device with touch screen and mouse together.

Open mattez opened this issue 7 years ago • 0 comments

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. :/

mattez avatar Nov 27 '18 16:11 mattez