We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@nolimits4web
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: