tree: 2580850586c8fc8a09af97de713197a64ff354e4 [path history] [tgz]
  1. browser/
  2. common/
  3. docs/
  4. glue/
  5. gpu/
  6. java/
  7. javatests/
  8. junit/
  9. lib/
  10. nonembedded/
  11. proto/
  12. public/
  13. renderer/
  14. support_library/
  15. test/
  16. tools/
  17. ui/
  18. unittestjava/
  19. aapt2.config
  20. BUILD.gn
  21. DEPS
  22. OWNERS
  23. README.md
  24. system_webview_apk_tmpl.gni
  25. system_webview_bundle.gni
  26. variables.gni
  27. webview_repack_locales.gni
  28. webview_repack_locales_list.gni
android_webview/README.md

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.

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

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

If you're a chromium team member or contributor and want to make changes to Android WebView, please check out Android WebView 101 (2019) (public slide deck) for an overview of WebView use cases, architecture (single vs. multiprocess, in-process GPU & Network service, etc.), and development/experimentation/release process.

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.