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

Not working on IE10 Windows Phone 8 #8

Closed
vmasciotta opened this issue Mar 30, 2013 · 4 comments
Closed

Not working on IE10 Windows Phone 8 #8

vmasciotta opened this issue Mar 30, 2013 · 4 comments

Comments

@vmasciotta
Copy link

Actually in IE10 WindowsPhone 8 swipe doesn't work. Any Ideas about how to fix it?
Thanks

@stephband
Copy link
Owner

jquery.event.move (and hence jquery.event.swipe) listen to mouse and touch
events. IE10 on Windows Phone emits pointer events.

I've been wondering how long it would take for someone to see this: you're
the first.

Pointer Events are arguably a better spec, and will eliminate the need for
some of the finger tracking code in jquery.event.move. But neither touch
nor pointer events are a proper standard yet.

Unfortunately, I don't have a Windows Phone to test on, so right now I
can't do anything about it. Microsoft are supposed to be helping WebKit
implement pointer events: at that point we'll all be able to see them
working and debug. In the meantime, feel free to fork and patch
jquery.event.move and send a pull request.
On 30 Mar 2013 16:44, "Valerio Masciotta" [email protected] wrote:

Actually in IE10 WindowsPhone 8 swipe doesn't work. Any Ideas about how to
fix it?
Thanks


Reply to this email directly or view it on GitHubhttps://github.com//issues/8
.

@mnmr
Copy link

mnmr commented May 8, 2013

It sounds like the required changes are fairly minimal: http://stackoverflow.com/questions/13396297/windows-phone-8-touch-support/13415649#13415649

@Craigy-
Copy link

Craigy- commented Aug 1, 2013

Same problem on Windows 8 tablet (tested on Acer Iconia Tab W511). It's very unpleasantly.

@stephband
Copy link
Owner

Closing this as it's really a problem with jquery.event.move.

Issue opened there: stephband/jquery.event.move#18

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

4 participants