Category "maui-blazor"

How to serve bytes or images to Blazor-Maui App?

How would I go about creating a small server for use internally by a Blazor-Maui Desktop app? I'm trying to serve images that are created on the fly into an img

Blazor Maui issue when calling JavaScript method from Component class library. Same code works with Blazor WebAssembly app

I created a simple Blazor MAUI project. I added a simple Razor class library, which contain two JavaScript files, a simple razor component with three buttons, a

How to achieve fluent scrolling in Hybrid Maui Blazor APP?

Update I've added a screencast to better demonstrate the horizontal scroll problem I'm building a Hybrid MAUI / Blazor app. My goal is to make use of the native

.net maui blazor - Show image from android internal storage

Im using the .net maui blazor to get the device to take a photo, then as its taken it, i wish to display it on the screen so the user can see what image they ha

How to Debug .NET MAUI Blazor Hybrid Windows UI

I am basically from Web Background and trying out .NET MAUI Blazor Hybrid. I am running into error during development for .NET MAUI Window, not sure how to debu

Shared UI using Razor Class Library, RCL, between .net Maui Blazor & Blazor webassembly

I'm following this demo by D. Roth https://youtu.be/7UM6s0QPvRQ?t=3530 58:50 Demo: Sharing Blazor UI between web and .NET MAUI I was wondering if "index.html" c

MAUI Blazor Android Sql Connection

I am experimenting with Maui Blazor. I want to connect my application with an SQL server database. Therefore I used a simple Sql Connection String. When I test