-
Notifications
You must be signed in to change notification settings - Fork 15
pagination doesn't work on android #1
Comments
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
|
Because |
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 |
Why this issue is closed? Pagination is still not working properly on Android. |
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:
The text was updated successfully, but these errors were encountered: