Shortlink: http://go/webview-docs
This directory contains developer documentation for Android WebView.
Please see the markdown files in this directory for detailed developer guides.
Android WebView is an Android system component for display web content. This (and the related Android classes) are implemented by the code in the //android_webview/
folder.
Android WebView is a content embedder, meaning it depends on code in //content/
and lower layers (ex. //net/
, //base/
), but does not depend on sibling layers such as //chrome/
.
Please consult https://developer.android.com/reference/android/webkit/WebView, and the related classes in the android.webkit
package. You may also be interested in out androidx.webkit
API documentation.