Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] BlazorWebView : File request with query parameters not found #100

Open
Yu-Core opened this issue Jan 15, 2025 · 1 comment
Open

[Bug] BlazorWebView : File request with query parameters not found #100

Yu-Core opened this issue Jan 15, 2025 · 1 comment

Comments

@Yu-Core
Copy link

Yu-Core commented Jan 15, 2025

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

src:url("../fonts/materialdesignicons-webfont.woff2?v=7.2.96")

GtkWebViewManager did not process query parameters


WebView2WebViewManager has processed it
var requestUri = QueryStringHelper.RemovePossibleQueryString(eventArgs.Request.Uri);

@lytico
Copy link
Collaborator

lytico commented Jan 16, 2025

@Yu-Core thanks for that hint!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants