tsparticles / vue3

Vue.js tsParticles official component
MIT License
106 stars 6 forks source link

Error "onTouchMove" event #24

Closed tuzenko-vladyslav closed 11 months ago

tuzenko-vladyslav commented 11 months ago

Hello! I am using Swiper JS with vue3-particles at one page and get an error on carousel swipe. image Swiper emitting event "touchMove" image but vue3-particles also using this event image What should I do in such a situation?

matteobruni commented 11 months ago

I don’t know, I’ve never used Swiper JS, and if they dispatch a standard event they need to be sure that the event is correctly formatted.