Eilon Lipton
Eilon Lipton
 It's been several months since the last survey and we'd like to hear from you how we're doing. https://www.surveymonkey.com/r/73LFZ67 If you are reading this, we'd welcome your input. There's...
Hello everyone and thank you for your patience! As of July 18, 2024, the initial version of the official HybridWebView control is part of .NET MAUI in .NET 9 from...
And run everything through the mappers. Fixes #24269
See PR comment: https://github.com/dotnet/maui/pull/22880#discussion_r1672511444 @mattleibow said: > Can this rather use `FileSystemPlatformOpenAppPackageFile` instead of duplicating code? @Eilon said: > The MAUI FileSystem APIs are unfortunately async-only (normally a good thing),...
**Description** A WinUI app with WebView2 that hosts HTML with an `` element will cause the app to crash and not able to debug it. **Version** SDK: Runtime: Framework: OS:...
### Description of Change Fix the .NET MAUI Blazor templates to have text in the title bar. ### Issues Fixed Fixes #25338
### Description of Change This change enables JavaScript code to invoke .NET methods with the HybridWebView control. Example: ### 1. Define the C# methods that are callable In the .NET...
The default Blazor Hybrid templates have an empty window title bar. The regular .NET MAUI templates have the app's name in the title bar. | Blazor Hybrid, even if I...
Look into using [hosted services](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.hosting.ihostedservice?view=dotnet-plat-ext-5.0). This would replace the icky `IMauiInitializeService` that was added in https://github.com/dotnet/maui/pull/2137, and also to enable users to use hosted services. MAUI will automatically call StartAsync/StopAsync...
**Description** In WinUI you can call `RenderTargetBitmap.RenderAsync(element)` to render a screenshot of an element to a bitmap, and then you can save that bitmap somewhere (for example, as a PNG...