Loop doesn't work on some android devices
See original GitHub issueIs this a bug report, a feature request, or a question?
Bug
Have you followed the required steps before opening a bug report?
(Check the step you’ve followed - replace the space character between the square brackets ([]
) by an x
.)
- 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?
Unsure.
Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?
Android only.
Is the bug reproductible in a production environment (not a debug one)?
Yes. On both environment.
Environment
Environment: React: 16.2.0 React native: 0.53.3 react-native-snap-carousel: 3.3.4
Target Platform: Android (8.0) iOS (11.4)
Expected Behavior
Like the result on iOS. When set loop={true}
, the carousel can have infinite loop effect:
Actual Behavior
On android, the carousel can’t loop infinitely but just repeat few loop and stop:
(Write what happened. Add screencasts/screenshots!)
Reproducible Demo
https://snack.expo.io/H11RLUlnm
(Paste the link to a Snack example in which the issue can be reproduced. Please follow the guidelines for providing a Minimal, Complete, and Verifiable example.)
Steps to Reproduce
Just try to keep scroll on android platform.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:24
- Comments:27 (2 by maintainers)
Top Results From Across the Web
HTML5 video will not loop on Android devices - Stack Overflow
The solution is to set the loop attribute to false using JS. Even with loop=false as an attribute of the video tag or...
Read more >How To Fix Boot Loop Issues In Android - Oodles Technologies
Bootloop issues are quite common in android smartphones and this guide helps you how to deal with it.
Read more >How to Fix a Boot Loop in Android - Small Business - Chron.com
The first step in dealing with a boot loop is performing a simple soft reset. Turn off your Android phone and remove the...
Read more >How to Fix Android Boot Loop Issue - iMobie
Cause of Boot Loop Android? · 1. Changes to the operating system · 2. A custom app was downloaded · 3. The phone...
Read more >How to fix Android Boot loop and Dead phone issues - YouTube
Android device is Stuck in a Reboot Loopmobile stuck in bootloopDead phone data recoveryHow do I get out of boot loop ?How to...
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
I found a workaround. set
loopClonesPerSide
> 3I use the version 3.8.4 and face the same issue. @bd-arc