NativeWebView.Platform.BrowserNativeWebViewPlatform.BrowserNativeWebView: implemented when the browser-targeted backend assembly is compiled. The runtime path is backed by Avalonia Browser native hosting plus a real DOM iframe.NativeWebDialog: unsupported in the current implementation.WebAuthenticationBroker: implemented when the browser-targeted backend assembly is compiled, through a popup-window flow that monitors the callback URL from browser runtime code.NativeWebViewPlatformImplementationStatusMatrix.Get(NativeWebViewPlatform.Browser) in code when you need the honest current repo status.X-Frame-Options or Content-Security-Policy: frame-ancestors will not host successfully inside the embedded browser runtime.window.chrome.webview emulation, and NewWindowRequested interception work when the hosted page is same-origin with the app or when the page explicitly cooperates via postMessage. Cross-origin navigation still works, but cross-origin script access does not.HeaderString and UserAgentString remain compatibility properties only on the browser runtime path; the host browser does not expose per-iframe request-header or user-agent overrides here.http or https callback URL that returns control to an origin the app can observe.ErrorHttp instead of UserCancel.UseHttpPost are not currently implemented on the browser runtime path.factory.UseNativeWebViewBrowser();
Set NATIVEWEBVIEW_BROWSER_POPUP_SUPPORT=false or 0 to force the popup-support warning path during diagnostics testing.
NativeWebView instances.