WeTube

YupMauiBlazor

WeTube (namely YupMauiBlazor from the name of the solution) is a .NET MAUI Blazor application created to test .NET MAUI and Blazor.

WeTube Features

WeTube allows to search and play videos from Youtube without advertisements, by simply typing some words in the provided search box.

Behaviours

Runs on Windows, MacOs, Android and iOS.

Actual Version

Alpha version 1.0

yupMauiBlazor

What is a .NET MAUI Blazor app?

.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.

Prerequisites