bootstrap-touch-carousel
bootstrap-touch-carousel copied to clipboard
Touch functionality does not work in Microsoft Edge
I tried using this sample on Microsoft Edge and the touch functionality does not work. http://ixisio.github.io/bootstrap-touch-carousel/
The issue is that the detection for touch doesn't work in Edge. I created a PR to fix this. Its just a matter of wether or not you want to use "PointerEvent" in window or "maxTouchPoints" in navigator
Thanks! Any idea when will the version of the library with this fix be released?