0
Files
src/android_webview
Wayne Jackson Jr 1ba3b0ba96 [WebView] Disabled Focus Overlay when Hardware Keyboard Attached
On O+, Android draws a translucent grey overlay over focused views when
the device is not in touch mode (as in, the user is using keyboard to
navigate rather than touch/mouse). Drawing this overlay over the entire
WebView doesn't make sense, so we should just disable it.

Bug: 1417872
Change-Id: Icb8cc755188bbfd435889bacf5c75df38134e504
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4272489
Reviewed-by: Peter Conn <peconn@chromium.org>
Commit-Queue: Wayne Jackson Jr. <wbjacksonjr@chromium.org>
Reviewed-by: Peter Beverloo <peter@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1107718}
2023-02-21 14:18:31 +00:00
..
2023-01-23 18:21:36 +00:00
2023-02-20 13:51:32 +00:00
2023-02-14 02:42:59 +00:00

Android WebView

Android WebView is an Android system component for displaying web content. WebView (and the related Android classes) are implemented by the code in the //android_webview/ folder.

This directory contains the Android WebView implementation, as well as the implementation for the AndroidX Webkit support library.

Overview for Chromium team members and contributors

Please see WebView Architecture.

Want to use WebView in an Android app?

Please consult our API documentation and app development guides:

Want to build and install WebView on a device?

See our Chromium developer documentation.

Public mailing lists