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

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.