NativeWebView.Platform.AndroidNativeWebViewPlatform.Androidandroid.webkit.WebViewNativeWebView: implemented when NativeWebView.Platform.Android is built with the .NET 8 Android workload. The runtime path uses a backend-owned child View attachment plus android.webkit.WebView.Android 7.0 / API 24+.NativeWebDialog: unsupported in the current implementation.WebAuthenticationBroker: implemented when NativeWebView.Platform.Android is built with the .NET 8 Android workload. The runtime path uses a dedicated authentication activity and android.webkit.WebView.NativeWebViewPlatformImplementationStatusMatrix.Get(NativeWebViewPlatform.Android) in code when you need the honest current repo status.WebAuthenticationBroker.UseHttpPostfactory.UseNativeWebViewAndroid();
Diagnostics use ANDROID_API_LEVEL for minimum API-level enforcement (24+).
The real runtime path is compiled from the Android-targeted backend assembly; the default net8.0 build remains a contract/stub asset for non-Android hosts.
ProxyController applies proxy overrides process-wide for the app, not per WebView instance.NativeWebView runtime does not integrate that app-wide override, so per-instance proxy configuration remains unsupported.WebAuthenticationBroker implementation launches a dedicated activity-hosted WebView session and completes when navigation reaches the callback scheme/host/path.WebView session.UseHttpPost is not currently implemented on the Android runtime path.