-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double click event #4151
Comments
http://fabricjs.com/docs/fabric.Object.html Check the event names, double click is included. |
That's right? |
i use them. what does not work? |
I bind double click events in two ways,Double clicking on the element does not make any response |
can you open a simple fiddle with a rect on the canvas? |
I used the down event to simulate the double click event
|
Double click support is just on the new 2.0 beta. Alternatively check the PR that enabled dblclick on 2.0 and backport to 1.7.x |
@asturur Building an ios App and using fabric canvas in it. Need to use the double tap event on canvas but 'mouse:dblclick' event is not firing on iOS devices. can you tell me how does it work in iPad safari?
|
Yes double click and double tap are 2 different things. Are you using any high level event library? |
@asturur I am using fabricJS with angular 7. I just want to double tab. if you find any demo for a mobile device it will be helpful for me. but thing is that I have already implemented the huge application in fabrics, so I can not abandon fabrics. I have to work out with it. thanks dear |
Yes but wanting to just double tap, please remember that double tap is not a touch event or a js event. the phones get it and translate in something that is not a double click eventually. |
any update on this? I want double tap(for touch screen) and double click on desktop. its working fine on double click on desktop but not working in touch screens. |
can you please show a little demo with hammerJS to detect double top on object? I am using Angular v15 with fabricjs. |
Done with Hammer JS. on double tap event call Used this hammer example. |
Hi~
Double click event how to add?
I tried several methods, but failed.
dome
The text was updated successfully, but these errors were encountered: