Frequently Asked Questions
Is offscreen rendering supported? To avoid airspace issue?
No, offscreen rendering is not currently supported. However, we are considering it as an optional feature for future releases.
Why is NativeWebView control not supported on Linux?
NativeWebView
requires a system browser that can be embedded into Avalonia. Unlike Windows and macOS, Linux has more complex native control embedding, which doesn't work reliably on Wayland-based desktop environments.
Recommended Solution: Design your app with NativeWebDialog
as a fallback. This component provides a similar API to NativeWebView
but operates in a dedicated window.