https://swiperjs.com/blog/swiper-v11-back-to-basics#touch-events
according to the website, it's available to support touch events or not?
we test some devices which do not support pointer events, swiper cannot work well;
reference: https://github.com/nolimits4web/swiper/blob/master/src/core/events/onTouchStart.mjs#L51
// don't proceed touch event
https://swiperjs.com/blog/swiper-v11-back-to-basics#touch-events
according to the website, it's available to support touch events or not?
we test some devices which do not support pointer events, swiper cannot work well;
reference: https://github.com/nolimits4web/swiper/blob/master/src/core/events/onTouchStart.mjs#L51
// don't proceed touch event