question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Loop doesn't work on some android devices

See original GitHub issue

Is 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.)

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:

ios

Actual Behavior

On android, the carousel can’t loop infinitely but just repeat few loop and stop:

android

(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:open
  • Created 5 years ago
  • Reactions:24
  • Comments:27 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
syq7970commented, Nov 15, 2018

I found a workaround. set loopClonesPerSide > 3

1reaction
InvictusNightmarescommented, Jan 20, 2020

I use the version 3.8.4 and face the same issue. @bd-arc

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found