Implement overscroll-behavior for Android for Gesture Navigation |
||
Issue descriptionSince we are working on OverscrollHistoryNavigation on Android, we should implement overscroll-behavior to control the navigation on Android as well.
,
Jan 16
(6 days ago)
Currently, overscroll-behavior on Android controls the behavior of overscroll-refresh and overscroll-glow. https://cs.chromium.org/chromium/src/content/browser/android/overscroll_controller_android.cc?l=223 overscroll-behavior-y is none, no glow and no refresh overscroll-behavior-y is contain, only glow and no refresh overscroll-behacior-y is auto, glow or refresh depending on the behavior. As we are working on OverscrollHistoryNavigation, we should implement overscroll-behavior-x for it as well. i.e. when overscroll-behavior-x is none, no navigation should happen.
,
Today
(23 hours ago)
|
||
►
Sign in to add a comment |
||
Comment 1 by jinsuk...@chromium.org
, Jan 15