Clone this repo:

Branches

  1. 0714a50 Make setWebViewClient not trigger startup by Abhijith Nair · 3 days ago main
  2. c35e55b Remove triggerAndWaitForChromiumStarted from accessibility methods. by Abhijith Nair · 6 days ago
  3. c8c1726 Remove unnecessary Chromium initialization from setBackgroundColor. by Abhijith Nair · 8 days ago
  4. 656b3c1 Fix getAccessibilityNodeProvider crash during deferred startup by Abhijith Nair · 8 days ago
  5. 5d67464 [android_webview] Cleanup WebViewDeferStartupGmsCalls by Chidera Olibie · 10 days ago

//android_webview/glue/

This folder contains a shim layer between the public frameworks APIs (android.webkit.*) and WebView's implementation, and allows them to (mostly) not directly depend on each other.

Folder Dependencies

//android_webview/java/ must not depend on this directory.

See Also