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
Let me thank the community for the wonderful plugin first.
I am trying to use swiper in my project, where I have to get the next set of data when the user is on the last slide.
So, when I am trying to append the data. The swiper is getting stuck and not able to use previous and next button.
When I am in debug mode then functionality is working as intended.
I have tried update(). It executes successfully, but swiper still gets stuck. The same as using without update.
I have also tried destroy and initialize. But not able to find any solution.
If someone can shed a light on how this can be achieved, that would be really appreciable.
Hello @kkcodeberry. Please provide a online reproduction by codesandbox or a minimal GitHub repository. You can fork one of our demos in codesandbox to get start. Issues labeled by missing demo will be closed if no activities in 3 days.
Hi everyone,
Let me thank the community for the wonderful plugin first.
I am trying to use swiper in my project, where I have to get the next set of data when the user is on the last slide.
So, when I am trying to append the data. The swiper is getting stuck and not able to use previous and next button.
When I am in debug mode then functionality is working as intended.
I have tried update(). It executes successfully, but swiper still gets stuck. The same as using without update.
I have also tried destroy and initialize. But not able to find any solution.
If someone can shed a light on how this can be achieved, that would be really appreciable.
Below is my chunk of code :
The text was updated successfully, but these errors were encountered: