Status Update
Comments
jg...@google.com <jg...@google.com> #2
Some ideas for stress tests:
1) nesting / combining together:
ViewPager2
Fragments
ScrollView
RecyclerView
CollapsingToolbarLayout | CoordinatorLayout
AppBarLayout
Menus
2) Scroll while X is happening .. or X happening while scroll
1) nesting / combining together:
ViewPager2
Fragments
ScrollView
RecyclerView
CollapsingToolbarLayout | CoordinatorLayout
AppBarLayout
Menus
2) Scroll while X is happening .. or X happening while scroll
th...@gmail.com <th...@gmail.com> #3
The CollapsingToolbarLayout in a CoordinatorLayout does not work correctly in combination with ViewPager2. If you try to scroll vertically, almost every time the view pager scrolls horizontally instead.
jg...@google.com <jg...@google.com> #4
Thank you for reporting. Could you file as a separate bug? Ideally with a sample app? It'd greatly help us prioritise / get to it earlier.
ma...@gmail.com <ma...@gmail.com> #5
Any news on this bug?
ma...@gmail.com <ma...@gmail.com> #7
Here you are:
https://github.com/marbat87/ScrollingViewPager2.git
As reported in #comment3 : If you try to scroll vertically, almost every time the view pager scrolls horizontally instead.
This doesn't happen with old ViwePager.
Regards
As reported in
This doesn't happen with old ViwePager.
Regards
jg...@google.com <jg...@google.com> #8
Let's track CoordinatorLayout scroll issue in http://issuetracker.google.com/138668210
Thanks for repro steps and reporting.
Thanks for repro steps and reporting.
Description
No description yet.