You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When swiping left or right between spines, the transition uses setCurrentItem(position, true) with an automatic animation. This feels different from swiping inside a spine, so the UX is inconsistent.
In scroll mode, moving between spines is done with left/right swipes instead of vertical scrolling, which makes the UX inconsistent.
TO-BE
By using ViewPager2, the UX for moving between spines and navigating inside a spine can be unified.
In swipe mode, both inter-spine navigation and intra-spine navigation will share the same swipe-based UX.
In scroll mode, inter-spine navigation will be implemented with vertical scrolling only, ensuring a consistent UX.