Oromis / touch-vtt

Introduces touch screen support to FoundryVTT
40 stars 26 forks source link

Strange interactions on desktop (not touch) #69

Closed farling42 closed 4 months ago

farling42 commented 4 months ago

Could the handler check for pointerType === "touch" so that normal desktop interactions aren't affected?

For instance, a long press of left button with a mouse will trigger the drag function.

Aioros commented 4 months ago

Yep, you're absolutely right. I'll fix it soon, thanks.

Aioros commented 4 months ago

Should be solved in v2.0.2, thanks again let me know if you still have issues after updating.