Eilon Lipton
Eilon Lipton
@michal-puczynski on Windows it seemed to just work for me without anything. Were you seeing otherwise?
Hi @michal-puczynski , I'm not sure why, but I simply couldn't get .NET MAUI BlazorWebView on Windows (WebView2) to refuse to load an HTTP image in any default scenario. I...
@michal-puczynski I would suggest also asking on https://github.com/MicrosoftEdge/WebView2Feedback/issues/ because this is most likely an issue specific to WebView2, as opposed to what BlazorWebView is doing. But please let me know...
We have some ideas to make this type of IPC a lot easier: https://github.com/dotnet/maui/issues/1148 But it's not currently in the plans. We do have BlazorWebView, which enables running Razor components...
@luetm not directly, but that's what this feature proposal would make easier. For now you could use a regular .NET MAUI WebView (not BlazorWebView) and register JavaScript callbacks to communicate...
> @fairking @Eilon can you provide more support for cases where BlazorWebView is not an option and need to use WebView due to files being served by a web server?...
@fras2560 the HostPage has to be a local file, but you can reference scripts, images, etc. that are remote.
Moved to MAUI repo so we can investigate as a potential Blazor Hybrid issue.
Hi @janseris , where we placed BlazorWebView was a trade-off and we felt that keeping it in the MAUI repo was the best overall option. The primary scenario was the...
I suspect the core problem is whatever is keeping your app's main process alive, and thus the associated WebView2 processes also remain alive. Can you see which thread(s) are running...