tree: 34bc27af8d79f7f1d1065ce095a81918799ea27a [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.

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.