Fixed
Status Update
Comments
il...@google.com <il...@google.com>
be...@google.com <be...@google.com>
be...@google.com <be...@google.com> #2
Nested scrolling works partially (as per http://b/122818889 ). Let's discuss if we need full support and if so make sure it works.
be...@google.com <be...@google.com> #3
Hi!
What is 'partially' exactly?
How do I see it?
Thanks!
What is 'partially' exactly?
How do I see it?
Thanks!
ap...@google.com <ap...@google.com> #4
As of now:
- Nesting scroll views with a scroll direction perpendicular to the ViewPager2's orientation inside ViewPager2 works
- Nesting scroll views with a scroll direction parallel to the ViewPager2's orientation inside ViewPager2 does not work
- Nesting scroll views with a scroll direction perpendicular to the ViewPager2's orientation inside ViewPager2 works
- Nesting scroll views with a scroll direction parallel to the ViewPager2's orientation inside ViewPager2 does not work
il...@google.com <il...@google.com> #5
Horizontal ViewPager2 not correctly working into a vertical RecyclerView
Set a setNestedScrollingEnabled to the RecyclerView into the ViewPager2 (across reflection) resolves the problem
Set a setNestedScrollingEnabled to the RecyclerView into the ViewPager2 (across reflection) resolves the problem
Description
Component used: Navigation Version used: 2.4.0-alpha01 Devices/Android versions reproduced on:
While navigating to a included dynamic graph you need to navigate twice at app startup. So the user would need to click a button twice. But it's not needed for future actions while the app is hot. Feels like it needs that first navigate in order to read the graph so it can navigate later on.
Sample project:https://github.com/davols/navigate-twice-issue