leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.42k stars 2.34k forks source link

In the second carousel on android, the second carousel picture is reversed #1217

Open ding991 opened 4 years ago

ding991 commented 4 years ago

Which OS ?

android

Version

Which versions are you using:

Expected behaviour

autoPlay={true}

Actual behaviour

在android上第二次轮播上,每次第二张轮播图是从反方向滑动过来的

How to reproduce it>

To help us, please fork this component, modify one example in examples folder to reproduce your issue and include link here.

Steps to reproduce

1. 2. 3.

ding991 commented 4 years ago
2E57B450-4C10-44E1-80E6-5B6C70EDEF70
Synaric commented 4 years ago

the same issue


看起来这个项目已经不维护了,试试别的吧

ZhangTaoK commented 3 years ago

+1。同样的问题!

luohao-david commented 3 years ago

+1 。同样的问题,只在华为手机上出现

kikikuk commented 3 years ago

这个看源代码感觉是scrollBy这个方法里面,有对安卓手机使用setImmediate,换成了setTimeout,然后加了400毫秒,大概就可以解决问题了

fengjiankang commented 3 years ago

这个看源代码感觉是scrollBy这个方法里面,有对安卓手机使用setImmediate,换成了setTimeout,然后加了400毫秒,大概就可以解决问题了

Xiaomi mix好像不行

GuJinHua930826 commented 3 years ago

the same issue。Has anyone solved it yet ?

lukerlv commented 1 year ago

the same issue