Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET MAUI 9: HybridWebView #2404

Closed
davidbritch opened this issue Aug 5, 2024 · 0 comments · Fixed by #2457
Closed

.NET MAUI 9: HybridWebView #2404

davidbritch opened this issue Aug 5, 2024 · 0 comments · Fixed by #2457
Assignees
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.

Comments

@davidbritch
Copy link
Contributor

davidbritch commented Aug 5, 2024

.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

@davidbritch davidbritch added the doc-idea Indicates issues that are suggestions for new topics [org] label Aug 5, 2024
@davidbritch davidbritch self-assigned this Aug 5, 2024
@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Aug 5, 2024
@davidbritch davidbritch added 🗺️ reQUEST Triggers an issue to be imported into Quest. 🏁 Release: .NET 9 Work items for the .NET 9 release and removed Pri3 ⌚ Not Triaged Not triaged labels Aug 5, 2024
@sequestor sequestor bot added 📌 seQUESTered Identifies that an issue has been imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants