maui-blazor Questions

5

How can I run a MAUI Blazor App in a web browser? I've used the VS MAUI with Blazor sample project
Stealth asked 20/5, 2022 at 18:42

9

Solved

How can I set the window size in MAUI? Background info: I only care about Windows for this application - I chose MAUI so I could use Blazor for a desktop application. For some reason the default wi...
Rogelioroger asked 27/5, 2022 at 1:24

5

In .Net MAUI Blazor I can use an img tag to display an image from wwwroot folder. But how to display an image from the device's internal storage? And how to display images from application resource...
Aintab asked 6/6, 2022 at 4:32

2

Has anyone found a working solution on scanning QR Codes from a Blazor MAUI Hybrid App? I have found number of libraries (e.g. BigIslandBarcoding, ZXing.Net) for "normal" Blazor but nothi...
Proboscis asked 14/7, 2022 at 11:50

2

I'm trying to write an audio file into a .NET MAUI Blazor on Windows, so I can play it via HTML Audio Element via https://0.0.0.0/... or such link. How can I get the application local storage path ...
Loos asked 12/11, 2021 at 22:11

3

Solved

Is there a way how to find out that the current environment in .NET MAUI is development ? Because before in my Blazor WASM I did just: builder.HostEnvironment.IsDevelopment() But in MauiAppBuilder ...
Crinkly asked 12/9, 2022 at 6:20

1

Solved

Digging into MAUI Blazor and trying to see if its possible to call methods of the host page of the BlazorWebView. (Like MainPage.xaml.cs) We can call App.Current.MainPage.DisplayAlert so would it b...
Munson asked 8/8, 2022 at 14:38

2

I am trying to get authentication working though .net maui blazor for Android, I have set up the manifests to correctly bounce off the AAD and i can get logged in and get my id from azure, the issu...
Bromoform asked 19/5, 2022 at 16:55

5

Solved

Ive created a small application from the MAUI Blazor app template in MAUI preview 10 and have it targeted and running on windows. I however wish to set the title of the application which I imagined...
Drake asked 7/12, 2021 at 10:41

1

I have a MAUI Blazor App on android and I want to use Google ads on it. So far, I couldn't find a way to do it. Some solutions I've found involved using MauiMTAdmob plugin but it didn't work for me...
Transformation asked 12/4, 2023 at 17:33

2

Solved

I want to code a downloader app that saves pictures to a folder. The app should work on windows and mac/os, and maybe later on android and ios. I haven't found a way to pick the target folder. Any ...
Jubilate asked 5/2, 2022 at 16:14

2

Solved

How can we detect swipe gestures in .NET Maui Blazor Hybrid? I have seen the swipe gesture example in native .NET Maui but I couldn't find any example of the .NET Maui Blazor Hybrid. Please help me...
Atop asked 28/9, 2022 at 16:23

1

I'm attempting to build a small sample Blazor Maui app which authenticates the user with identity server. I'm trying to get to the point where I can login from the Maui app and then, whenever I use...
Beaconsfield asked 1/7, 2022 at 16:8

0

my system which I develop MAUI on is not enough for running android emulator, so I decided to run android emulator on another Computer and debug my project remotely on it, I use this help to make a...

0

I've attempted to refactor the starting example .NET MAUI Blazor Hybrid app into a Razor Class Library (the Data, Pages, wwwroot, and Shared folders) that the remainder of the .NET MAUI Blazor code...
Owain asked 5/12, 2022 at 9:37

3

Solved

For testing purpose, I would like to 'catch' any error occuring in my app and displaying it on the page (not in the console). For that purpose I discovered the ErrorBoundary component in the .Net 6...
Donaugh asked 2/12, 2021 at 10:51

1

Solved

I watched this tutorial on how to create a .NET MAUI Blazor App https://www.youtube.com/watch?v=bnoCU5XGBh4 However I have an existing Blazor Web Assembly app, what is the best recommended way to w...
Confinement asked 12/10, 2022 at 14:35

3

If there is an error in the program, I get "An unhandled error has occured". With Blazor Web assembly I can open the developper tools in the browser to get the details of what happend. Th...
Foresight asked 24/4, 2022 at 19:30

2

Solved

I want to get into Maui and identified a first project for me. Now I am at the point where I have to decide whether to get into Blazor or XAML. My app shall have these technical requirements:...
Ell asked 10/6, 2022 at 4:45

2

I am basically from web background and trying out .NET MAUI Blazor Hybrid. I am running into errors during development with .NET MAUI Window, but not sure how to debug it? I have looked around all ...
Rastus asked 1/4, 2022 at 23:44

1

I was working on blazor over maui, vs2022 17.1 preview 2. Then it stopped working, running maui-check on power shell, I get some errors, I tried to fix them and then I get the following: Failed to ...
Cantrip asked 11/1, 2022 at 15:42

1

Solved

I would like to implement light and dark theme inside of my Maui Blazor application. As you know, Blazor is nothing other than Html and Css so I easily implement dark and light theme for the conten...
Shippen asked 7/12, 2021 at 18:55
1

© 2022 - 2024 — McMap. All rights reserved.