While investigating adding a webview to my app, I'm noticing that resize window events are not getting sent to the hosted app. Using a NativeWebDialog. I can resize the Avalonia window, but the content window never gets a resize event in javascript, which the web portion of my app heavily depends on.
This is with Avalonia.Controls.WebView 12.0.0, on Windows 11. Haven't attempted to run this change on Linux or macOS yet.
While investigating adding a webview to my app, I'm noticing that resize window events are not getting sent to the hosted app. Using a NativeWebDialog. I can resize the Avalonia window, but the content window never gets a resize event in javascript, which the web portion of my app heavily depends on.
This is with Avalonia.Controls.WebView 12.0.0, on Windows 11. Haven't attempted to run this change on Linux or macOS yet.