Android loop stop at last item while scroll
See original GitHub issueIs this a bug report, a feature request, or a question?
a bug report
Have you followed the required steps before opening a bug report?
(Check the step you’ve followed - put an x
character between the square brackets ([]
).)
- I have read the guidelines regarding bug report.
- I have reviewed the documentation in its entirety, including the dedicated documentations 📚.
- I have searched for existing issues and made sure that the problem hasn’t already been reported.
- I am using the latest plugin version.
- I am following the issue template closely in order to produce a useful bug report.
Have you made sure that it wasn’t a React Native bug?
no
Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?
not sure , only tested in android
Is the bug reproductible in a production environment (not a debug one)?
yes
Environment
Environment: React: 16.8.3 React native: 0.59.8 react-native-snap-carousel: 3.8.0
Target Platform: Android (8.1/9.0)
Expected Behavior
loop all the way
Actual Behavior
Reproducible Demo
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:29 (2 by maintainers)
Top Results From Across the Web
Android loop stop at last item while scroll · Issue #529 - GitHub
When scroll to left, it works well. However, when scroll to right, it encounts an end and doesn't scroll any more. May be...
Read more >How to go past the last item in a recycle view when scrolling up
I have a recycleview that I like to go past the last element when I scroll up. The reason I need to do...
Read more >ScrollView - Android Developers
Handles scrolling in response to a "home/end" shortcut press. ... Cause an invalidate to happen on a subsequent cycle through the event loop....
Read more >How to infinite loop automatic carousel - JavaScript - SitePoint
I have an auto slide carousels which are not infinite loop. The problem is when a carousel reach the last image it stops...
Read more >The Marquee element - HTML: HyperText Markup Language
Chrome Edge
marquee. Deprecated Full support. Chrome1. Toggle history Full support. Edge12. Toggle...
behavior. Deprecated Full support. Chrome1. Toggle history Full support. Edge12. Toggle...
bgcolor. Deprecated...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
When I use phone ,it works ,but not works in emulator
Same issue too.
When scroll to left, it works well. However, when scroll to right, it encounts an end and doesn’t scroll any more.
May be there is a problem when check whether it encounts the end or start.
My code is like below