.NET MAUI 9: HybridWebView #2404
Labels
🏁 Release: .NET 9
Work items for the .NET 9 release
doc-idea
Indicates issues that are suggestions for new topics [org]
📌 seQUESTered
Identifies that an issue has been imported into Quest.
.NET MAUI 9 adds a
HybridWebView
control, which enables hosting arbitrary HTML/JS/CSS content in a WebView, and enables communication between the code in the WebView (JavaScript) and the code that hosts the WebView (C#/.NET). For example, if you have an existing React JS application, you could host it in a cross-platform .NET MAUI native application, and build the back-end of the application using C# and .NET.For more info, see:
Associated WorkItem - 293934
The text was updated successfully, but these errors were encountered: