You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using it for drawing with mouse (draw.polyline()) on a TouchDevice (Window tablet) and it's not working, not geting the event mousedown and mouseup, so i replace them with touchstart and touchend but gor error:
Uncaught TypeError: SVGPoint.x setter: Value being assigned is not a finite floating-point value.
I was checking this too but as I understand current library doesn't support touch events. Because coordinates in touch events are at e.changedTouches[0].clientX instead of the current code which only uses e.clientX
I'm using it for drawing with mouse (
draw.polyline()
) on a TouchDevice (Window tablet) and it's not working, not geting the eventmousedown and mouseup
, so i replace them withtouchstart and touchend
but gor error:Code:
but work on pc.
The text was updated successfully, but these errors were encountered: