-
Notifications
You must be signed in to change notification settings - Fork 76
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
Chrome Version 35.0.1916.153 m not working #98
Comments
Hi, Does the computer have a touch display? If so, that's how it is for now unfortunately. The current version of oCanvas was built before touch laptops were this popular, and detects if touch is available. If it is, it starts listening for touch events only. If it is not, it starts listening for mouse events only. Computers with both are currently not handled, sorry. I am working on a new major version of oCanvas, where I have a complete new pointer event system that handles mouse events, touch events and pointer events internally and exposes them in a unified API. Unfortunately, there is a lot left to do for that version (it is a complete rewrite and rethinking), so it will be quite some time until I can release that. |
Any word / ETA on the new version you refer to above @koggdal ? I am currently using v 2.8.1 and the mouse events for the drag & drop demo doesn't work on Chrome on my Windows 10 Surface Pro (touch display). Seems to work using Microsoft Edge, though. |
I'm sorry to say this, but I haven't had time to progress much at all. No ETA within the near future. |
Bummer. Any suggestions for similarly straightforward alternate JS library to accomplish same? |
CreateJS might be a candidate for you :) Not really sure which one's best on the market right now. |
Hi there,
with Google Chrome, Version 35.0.1916.153 m, none of the Demos are working, no responses at all to mouseclicks on Win 8 and therefore no animations etc. are available. Any suggestions by any chance what I can do ?
Thanks a lot,
Frank
The text was updated successfully, but these errors were encountered: