commit | 34241bfd8a86f966f9724b1d12ab8b8a1364cb10 | [log] [tgz] |
---|---|---|
author | Joemer Ramos <joemerramos@chromium.org> | Thu Jan 05 19:46:58 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 05 19:46:58 2023 |
tree | bc18173bc843cd6a93ce770a018a3deb5653b53b | |
parent | 0ab1cb4554dd42d3da3fba741db982e68101d774 [diff] |
[iOS] Disable OverScrollActions when in Fullscreen Mode on iPhones While a user is in fullscreen mode, the user can still do a "pull down" gesture and trigger the overscroll menu which creates a clunky user journey. This CL fixes this issue so that the overscroll menu is disabled (similar to iPad) while in fullscreen mode for iPhones. iPads currently don't have the overscroll menu functionality, so we only focus on behavior on the iPhone. Bug: 1404255 Change-Id: I88b345ffde8f1ee7d0b334ede5927040650a5fb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4133414 Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Joemer Ramos <joemerramos@chromium.org> Reviewed-by: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/main@{#1089372}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.