tree: e41fd57680d83d725c4f01e608d3d326e2cf6e89 [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. AndroidManifest_standalone_webview.xml
  23. BUILD.gn
  24. DEPS
  25. DIR_METADATA
  26. OWNERS
  27. PRESUBMIT.py
  28. README.md
  29. system_webview_apk_tmpl.gni
  30. system_webview_bundle.gni
  31. variables.gni
  32. webview_repack_locales.gni
  33. 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