You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A three-level nested swiper, the swiper on the third layer cannot be switched normally using touch.
The initialization order is: 1 > 2 > 3
But if the initialization order is reversed, it will be normal (3 > 2 > 1)
In my scenario I need to initialize swiper3 asynchronously(This means that the deepest swiper will be initialized last),Is there any way to correct this?
I guess it has something to do with the capture of the touchmove event.
Check that this is really a bug
Reproduction link
https://stackblitz.com/edit/vitejs-vite-p6eas4?file=main.js
Bug description
A three-level nested swiper, the swiper on the third layer cannot be switched normally using touch.
The initialization order is: 1 > 2 > 3
But if the initialization order is reversed, it will be normal (3 > 2 > 1)
In my scenario I need to initialize swiper3 asynchronously(This means that the deepest swiper will be initialized last),Is there any way to correct this?
I guess it has something to do with the capture of the touchmove event.
Expected Behavior
No response
Actual Behavior
No response
Swiper version
11.1.10
Platform/Target and Browser Versions
chrome 128.0.6613.84
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: