-
Notifications
You must be signed in to change notification settings - Fork 213
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
Need to add support for Microsoft Pointer Events #2
Comments
Have you got a WP8 device? Does the mouse event fallback work? |
Yes and no ☹ From: porneL Have you got a WP8 device? Does the mouse event fallback work? — |
It's a shame that it can't work with mouse events fallback. Do you want to try to add pointer events support? The code already supports a couple of different input methods, so it should handle a third one. I don't have WP device myself, so it might be a while before I have a chance to work on this. |
I have a Lumia 920 with IE 10 and can add support for Pointer Events as soon as I'm back at my laptop. Pointer Events support both moyse and touch (as well as other kinds of input), so I will probably just use Pointer Events if supported, and Mouse/Touch events otherwise. |
OK, go for it. |
Any progress? |
+1 |
Sorry, totally forgot about this. :( On the other hand, Microsoft have added Touch Events support to the latest update of IE. |
Works fine for my needs in IE Mobile 10 on WP 8.0. |
The touch events don't work on Windows 8 touchscreens or Windows Phone.
It would be great to add support for these
The text was updated successfully, but these errors were encountered: