-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
carousel stop when i swiper to right, it can't loop #358
Comments
I had this exact problem on iOS yesterday and fixed it by stopping the render of hidden slides:
My guess is that the 'hidden' slides are actually sitting on top of the carousel, thus preventing tap/slide events on the shown slide. Note this does not fix the root issue, but is a (dirty) work around. I didn't have time yesterday to write a full bug report.. and now you have posted one for me :) Edit: My Carousel setup (using Stack layout)
|
As stated in these:
@nguyenvanphuc2203 Please provide a Snack example that reproduces the issue, otherwise we won't be able to help you and the thread will be closed. You've already been asked to do so in #347. @se1exin Your issue is not the same since it has to do with custom layouts and a pesky |
i had add gif image demo my issue, please help me :( |
@nguyenvanphuc2203 Ok, so you not only don't care about what's asked of you in order to assist you (e.g. reading and filling the issue template, providing a snack example), you also downvote the very people who are devoting their spare time to maintain/improve the plugin and help others. This behavior is not popular around here and is not going to get you anywhere. Good luck figuring things out on your own! |
@bd-arc Hello, I am so sorry on how you get treated sometimes. I strongly believe open source project maintainers are extremely underrated. I have made a snack showing the issue, but there is something weird going on, it works on expo's web simulator but not on device. The issue again, is the it loops to the left but not to the right. If you have the time, please test the snack on a real iOS device using the Expo App |
Hi @LuisRodriguezLD, I'll soon be working on an update that, hopefully, will fix a lot of issues like this one. Fingers crossed though, because it will still rely on |
does it resolve ???? |
i am having the same problem. Has anyone fixed this issue |
Hi everyone, I have opened a PR with a possible solution for this issue. |
my code:
example when i swiper end of right, slider not loop
The text was updated successfully, but these errors were encountered: