0
Files
src/ios
Scott Yoder bfb3f42f9c [ios] Fix overscroll actions on webviews
This reverts a change made in https://crrev.com/c/6067033 that stopped
multiple PanGestureRecognizers from being instantiated in some cases.
However, it appears that in those cases the underlying ScrollView
changes so the PanGestureRecognizer does need to be re-instanatiated.
This seems to happen when a new WebView is opened in a new tab:
initially a "placeholder" scrollview is created before an actual scroll
view associated with the WebView is assigned. I'm not sure how feasible
it would be to change that behavior, so for now will just revert this
code back to the way it was.

Bug: 382033412
Change-Id: I7948cdcef4d682727dec15999178984410133c60
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6127712
Commit-Queue: Scott Yoder <scottyoder@google.com>
Reviewed-by: Chris Lu <thegreenfrog@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1401618}
2025-01-02 15:12:15 -08:00
..

This directory holds code related to Chrome for iOS. See this document for a description of the structure underneath this directory.