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
https://github.com/jsuarezruiz/maui-linux/blob/70a57686a0f07ce3e77a0659fb3b540d3cdfff9b/src/BlazorWebView/src/Gtk.SharedSource/GtkWebViewManager.cs#L81
WebView2WebViewManager has processed it
https://github.com/jsuarezruiz/maui-linux/blob/70a57686a0f07ce3e77a0659fb3b540d3cdfff9b/src/BlazorWebView/src/SharedSource/WebView2WebViewManager.cs#L310