Open matricore opened 6 years ago
I needed support for "touchmove" event on crosshair like mousemove. So I've added it directly with one line as below:
Find below on techan.js.
.on('mousemove', mousemoveRefresh(group, pathVerticalSelection, pathHorizontalSelection, xAnnotationSelection, yAnnotationSelection) )
Add right after it
.on('touchmove', mousemoveRefresh(group, pathVerticalSelection, pathHorizontalSelection, xAnnotationSelection, yAnnotationSelection) )
Thanks!
it seems like not working from the second touchmove.
I needed support for "touchmove" event on crosshair like mousemove. So I've added it directly with one line as below:
Find below on techan.js.
Add right after it