You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying a demo using Gtk BlazorWebView
But the icon always fails to load
I found that the request for the icon file contains query parameters. If the query parameters are removed, it can load normally
I am trying a demo using Gtk BlazorWebView
But the icon always fails to load
I found that the request for the icon file contains query parameters. If the query parameters are removed, it can load normally
GtkWebViewManager did not process query parameters
maui-linux/src/BlazorWebView/src/Gtk.SharedSource/GtkWebViewManager.cs
Line 81 in 70a5768
WebView2WebViewManager has processed it
maui-linux/src/BlazorWebView/src/SharedSource/WebView2WebViewManager.cs
Line 310 in 70a5768
The text was updated successfully, but these errors were encountered: