pagination doesn't work on android
Opened this issue · 9 comments
first of all, thank you for this fork!
I just noticed that on Android it scrolls like a normal ScrollView without snapping to the views, have you noticed this?
here's how I use it:
<Swiper loop={false}>
...
</Swiper>
It does not support Android yet. It needs to use ViewPager instead of ScrollView on Android, which is still work in progress.
oh so the original component didn't support android either? why can't
android use ScrollView too?
On Dec 16, 2015 02:38, "sunnylqm" notifications@github.com wrote:
It does not support Android yet. It needs to use ViewPager instead of
ScrollView on Android, which is still work in progress.—
Reply to this email directly or view it on GitHub
#1 (comment)
.
Because pagingEnabled
prop of ScrollView is now ios only.
ah I see. I might need to do a PR with a fix soon.
PR would be great!
actually, as I don't need any of the extra functionality (just need the paging), I think I'm going to go with a custom component for my project. would be too much work to implement all the options for android separately, but maybe I'll try that later. or would you accept a PR where on Android there would just be the paging, all other features disabled? maybe in a new branch dedicated for android support?
Any progress will be accepted if it does not break current functions.
+1
Pagination does not work properly on Android if loop is disabled / false.
Why this issue is closed? Pagination is still not working properly on Android.