This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
NgSwipe does not support pointer events #14061
Closed
Description
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 ?