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

NgSwipe does not support pointer events #14061

Closed
strokyl opened this issue Feb 16, 2016 · 1 comment
Closed

NgSwipe does not support pointer events #14061

strokyl opened this issue Feb 16, 2016 · 1 comment

Comments

@strokyl
Copy link

strokyl commented Feb 16, 2016

Hello,

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.
I took a look at the pointer events API and at ngTouch code, I have a feeling it will not be complicated to add support to the pointer events API.

Is it something already planned ?

@Narretz
Copy link
Contributor

Narretz commented Feb 16, 2016

This is not planned, but if you like you can open a PR. ngSwipe isn't very high priority, though.

@Narretz Narretz added this to the Ice Box milestone Feb 16, 2016
dbenchi pushed a commit to dbenchi/angular.js that referenced this issue Jun 16, 2016
add pointer events to $swipe to support IE11 on touch devices

Closes angular#14061
petebacondarwin pushed a commit that referenced this issue 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 a pull request may close this issue.

2 participants