You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: