Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.95 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.95 KB

HybridMauiApp demo

This app shows the .NET MAUI 9 HybridWebView control in two scenarios:

  1. A basic sample with a HybridWebView that demonstrates sending "raw messages" between .NET/C# and JavaScript, and invokes methods between .NET/C# and JavaScript.
  2. A React sample with a HybridWebView that demonstrates embedding a React "Todo" app into .NET MAUI and using .NET to save/load data but use React for the UI

Requirements

  • .NET 9
  • Visual Studio or Visual Studio Code

Updating the app

  1. To update the "basic sample" part of the app:
  2. To update the "React todo" part of the app:

.NET Conf 2024 video

Watch the whole "Building Hybrid Apps with .NET MAUI" recording here: https://www.youtube.com/live/hM4ifrqF_lQ?feature=shared&t=26965

And this specific app starts at this timestamp: https://www.youtube.com/live/hM4ifrqF_lQ?feature=shared&t=28143