WeTube (namely YupMauiBlazor from the name of the solution) is a .NET MAUI Blazor application created to test .NET MAUI and Blazor.
WeTube allows to search and play videos from Youtube without advertisements, by simply typing some words in the provided search box.
Runs on Windows, MacOs, Android and iOS.
Alpha version 1.0
.NET MAUI Blazor App is a .NET MAUI App where Blazor web app is hosted in .NET MAUI app using BlazorWebView control. This enable a Blazor web app to be integrated with platform features and UI controls.
Also, BlazorWebView can be added to any page of .NET MAUI app, and pointed to the root of the Blazor app.
The Blazor components run natively in the .NET process and render web UI to an embedded web view control.
.NET MAUI Blazor apps can run on all the platforms supported by .NET MAUI.
Visual Studio provides .NET MAUI Blazor app template to create .NET MAUI Blazor Apps.
- .NET SDK 6.0 or above
- Visual Studio 2022 17.4 or above, with required workloads:
- Mobile development with .NET
- ASP.NET and web development