grav-plugin-shortcode-ui
grav-plugin-shortcode-ui copied to clipboard
add touch events in ui-cslider.js
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"