Open bnd-re opened 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"
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"