NativeWebView.Platform.WindowsNativeWebViewPlatform.WindowsNativeWebView: implemented. The control now creates a real child HWND and WebView2 controller when hosted through the Avalonia NativeWebView control.NativeWebDialog: implemented. The backend now creates a real top-level HWND and hosts the WebView2 runtime inside it.WebAuthenticationBroker: implemented through the Windows dialog runtime and a WebView2-backed auth window.NativeWebViewPlatformImplementationStatusMatrix.Get(NativeWebViewPlatform.Windows) in code when you need the honest current repo status.factory.UseNativeWebViewWindows();
Use NATIVEWEBVIEW_WEBVIEW2_RUNTIME_PATH when you need an explicit runtime path override. If it is set, the path must exist.
Windows apps that host NativeWebView through Avalonia NativeControlHost need an application manifest with supported OS declarations. The desktop sample now includes app.manifest; custom Windows hosts should ship the same kind of manifest to avoid the Avalonia child-window creation failure.
When WebView2 rejects controller options with an invalid-argument failure, the Windows backend now retries controller creation without those options so initialization can still succeed on runtimes that do not accept the requested profile or locale settings.
NativeWebViewWindowsProxyArgumentsBuilder converts shared proxy options into AdditionalBrowserArguments payloads for WebView2-style integrations.NativeWebView and NativeWebDialog runtime paths apply per-instance proxy settings by merging them into WebView2 AdditionalBrowserArguments.WebAuthenticationBroker implementation uses a dedicated dialog-hosted WebView2 session and completes when navigation reaches the callback scheme/host/path.UseHttpPost is not currently implemented on the Windows runtime path.