-
-
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
Fabric js on Google Chrome #4867
Comments
i think this is a bug. |
I have the same bug. Is there a workaround for that? This seems to be a deal-breaker when using fabric in kiosk solutions. |
should be easy fixable |
hello, fixed it already? @asturur |
no! did not have time |
I will be try today. should be easy. |
could you give me some suggestions for fixing this bug please. I found set passive to false in fabric at line 5468. it will not give me a warn. @asturur |
Pushing up one update that let me drag in chrome mobile simulator with fabric 2.2.3 |
(refresh a couple of time to be sure to get the new build) |
Hi,
I use fabric js on Chrome 65 and touch event doesn't work.
The version of fabric.js is 1.7.9, I tested fabric.js 2.2.2 and the result is the same.
I tested the example : http://fabricjs.com/touch-events and I have this message in the console
fabric_with_gestures.js:11314 [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080
Is there any implementations i need to do? Thank you for your time and efforts.
Jean-Michel
The text was updated successfully, but these errors were encountered: