Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix($swipe): add pointer support #14791

Closed
wants to merge 1 commit into from
Closed

Conversation

dbenchi
Copy link
Contributor

@dbenchi dbenchi commented Jun 16, 2016

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix

What is the current behavior? (You can also link to an open issue here)
NgSwipe does not work on microsoft surface IE11 when used with ng-swipe-disable-mouse.
This is due to the fact that IE11 does not use touch events but pointer events.
#14061

What is the new behavior (if this is a feature change)?
Add the support of pointer events in $swipe

Does this PR introduce a breaking change?
No

Please check if the PR fulfills these requirements

Other information:

add pointer events to $swipe to support IE11 on touch devices

Closes #14061

add pointer events to $swipe to support IE11 on touch devices

Closes angular#14061
@gkalpak
Copy link
Member

gkalpak commented Jun 16, 2016

LGTM 👍

@gkalpak
Copy link
Member

gkalpak commented Jun 16, 2016

Although it feels more like a feature, than a bug fix.

@dbenchi
Copy link
Contributor Author

dbenchi commented Jun 17, 2016

Hello @gkalpak,
As you can see in #14061, this ticket has been classified as a bug. That is why I have pushed as a fix.

@petebacondarwin
Copy link
Contributor

LGTM2 - let's call it a feature :-)
Merging

petebacondarwin pushed a commit that referenced this pull request Jun 17, 2016
Add pointer events to $swipe to support IE11 on touch devices

Closes #14061
Closes #14791
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NgSwipe does not support pointer events
5 participants