Open 07ke opened 2 months ago
Do you know if it was working before on older version of fabricJS? Are you able to trigger a NATIVE JS dblclick event on a div?
Do you know if it was working before on older version of fabricJS? Are you able to trigger a NATIVE JS dblclick event on a div?
div dblclick ✔ no fabric canvas dblclick ✔ fabric mouse:dblclick ✘ fabric canvas dblclick ✘
CheckList
Version
6.0.2
In What environments are you experiencing the problem?
Chrome
Node Version (if applicable)
None
Link To Reproduction
null
Steps To Reproduce
Expected Behavior
On mobile devices, performing a double-tap should trigger the dblclick event and execute the associated event handlers.
Actual Behavior
The dblclick event is not triggered on mobile devices, and the event handlers do not execute.
Error Message & Stack Trace