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

Need to add support for Microsoft Pointer Events #2

Open
stowball opened this issue Jan 9, 2014 · 9 comments
Open

Need to add support for Microsoft Pointer Events #2

stowball opened this issue Jan 9, 2014 · 9 comments

Comments

@stowball
Copy link

stowball commented Jan 9, 2014

The touch events don't work on Windows 8 touchscreens or Windows Phone.

It would be great to add support for these

@kornelski
Copy link
Owner

Have you got a WP8 device? Does the mouse event fallback work?

@stowball
Copy link
Author

stowball commented Jan 9, 2014

Yes and no ☹

From: porneL
Sent: ‎Thursday‎, ‎9‎ ‎January‎ ‎2014 ‎11‎:‎03‎ ‎PM
To: pornel/slip
Cc: Matt Stow

Have you got a WP8 device? Does the mouse event fallback work?


Reply to this email directly or view it on GitHub.

@kornelski
Copy link
Owner

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.

@MikaelSoderstrom
Copy link

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.

@kornelski
Copy link
Owner

OK, go for it.

@kornelski
Copy link
Owner

Any progress?

@plumpNation
Copy link

+1

@MikaelSoderstrom
Copy link

Sorry, totally forgot about this. :( On the other hand, Microsoft have added Touch Events support to the latest update of IE.

@henrikhermansen
Copy link
Contributor

Works fine for my needs in IE Mobile 10 on WP 8.0.

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

5 participants