Eilon Lipton

Results 52 issues of Eilon Lipton

![image](https://github.com/dotnet/runtime/assets/6385855/bd3fe7e2-61e5-477f-af0f-980a62ab3d04) 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...

area-infrastructure
s/triaged

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

area-controls-hybridwebview

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),...

t/bug
s/triaged
area-controls-hybridwebview

**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:...

bug
tracked

### Description of Change Fix the .NET MAUI Blazor templates to have text in the title bar. ### Issues Fixed Fixes #25338

area-templates

### 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...

area-controls-hybridwebview

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...

area-templates
s/triaged

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...

area-core-hosting
Task

**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...

bug
tracked