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

Public mailing lists