tree: 06681f8b1fa6e91bf69b2239399b5e0e540598c1 [path history] [tgz]
  1. images/
  2. commandline-flags.md
  3. device-setup.md
  4. navbar.md
  5. net-debugging.md
  6. OWNERS
  7. README.md
  8. test-instructions.md
  9. webview-shell.md
android_webview/docs/README.md

WebView developer documentation

Shortlink: http://go/webview-docs

This directory contains developer documentation for Android WebView.

Googlers may wish to consult http://go/clank-webview for Google-specific developer guides.

Please see the markdown files in this directory for detailed developer guides.

What is Android WebView?

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/.

Want to use WebView in an Android app?

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.