getgrav / grav-plugin-shortcode-ui

Grav Shortcode UI Plugin
https://getgrav.org
MIT License
47 stars 11 forks source link

add touch events in ui-cslider.js #43

Open bnd-re opened 2 years ago

bnd-re commented 2 years ago

https://github.com/getgrav/grav-plugin-shortcode-ui/issues/42

add "touchstart", "touchmove" and "touchend" to the events. on touch events, "e.pageX" is not available -> use "e.originalEvent.changedTouches[0].pageX"