PremiseWP / premise-split-view

GNU General Public License v3.0
0 stars 0 forks source link

Handle not draggable on touch devices #6

Open francoisjacquet opened 7 years ago

francoisjacquet commented 7 years ago

The handle is not draggable on touch devices. The mouse events set in JS do not apply for touch devices: https://github.com/PremiseWP/premise-split-view/blob/master/js/frontend/source/compare.js#L84

francoisjacquet commented 7 years ago

I have tried to add the touch events to the mouse ones (touchstart, touchmove & touchend) without any success.