dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.13k stars 1.74k forks source link

Use Microsoft Edge HTML/CSS renderer as self-contained in Blazor MAUI apps #3390

Closed dk7796 closed 2 years ago

dk7796 commented 2 years ago

Use Microsoft Edge HTML/CSS renderer as lightweight self-contained in Blazor MAUI apps and other .NET app development workloads for Windows, MacOS, iOS, Android, WearOS, iPadOS etc.,

Eilon commented 2 years ago

Hi @ahra04 , we already use the Edge WebView2 control for .NET MAUI + Blazor apps. There is no control available outside of Windows right now, so we use each platform's native controls (many platforms don't even allow other controls, so using Edge isn't an option on iOS, for example).

If this question is asking for something else, please let us know.

dk7796 commented 2 years ago

@Eilon Consider using SkiaSharp for painting HTML/CSS UI onto the screen.