Skip to content
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

Events not working in firefox #120

Open
meghprkh opened this issue Dec 14, 2015 · 3 comments
Open

Events not working in firefox #120

meghprkh opened this issue Dec 14, 2015 · 3 comments

Comments

@meghprkh
Copy link

All the demos with events did not work on my firefox. (Eg http://ocanvas.org/demos/2)

Firefox version: 42.0
OS: Fedora 22

Probably may have something to do with touch as works perfectly when touch events are simulated when using responsive design view. Please fix this as soon as you can

@koggdal
Copy link
Owner

koggdal commented Dec 14, 2015

The event system is fundamentally not built to handle hybrid devices that have both touch and mouse support (these devices didn't really exist when this library was written). It's not an easy fix and will not be fixed in the near future. Sorry about that.

@meghprkh
Copy link
Author

I dont have a hybrid device

@koggdal
Copy link
Owner

koggdal commented Dec 15, 2015

Okay. Then probably Firefox reports touch support incorrectly. oCanvas can currently only use a single pointer system at once. So if it detects touch support it will only work with touch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants