8,588 questions
0
votes
0
answers
14
views
Maui BlazorWebView ScrollView Scrolling
Hello i tried to look for similar questions and did most of the answers but none of them worked.
We are building a maui app using blazor web view for android and ios.
Long list of contents require ...
0
votes
1
answer
38
views
Draw a straight line between two visual elements in MAUI app. .NET 9 [closed]
I’ve developed a cross-platform Sudoku app for Android and Windows using MAUI (.NET 9) and Shell, following the MVVM design pattern. The UI is defined in XAML using StackLayout to organize visual ...
1
vote
0
answers
55
views
Localization in ".NET MAUI Blazor Hybrid and Web App" not working
I am working with MAUI & Blazor and have 3 projects in my solution:
App (MAUI hosting a Blazor view)
App.Shared
App.Web (Blazor web)
I am having issues getting localization to work in this ...
0
votes
2
answers
36
views
Implementing Android foreground service for device timer to update UI every minute
I am creating time tracking app in .net MAUI. And I want to run timer continues even app minimized so for that I am creating Android foreground service in MAUI. And it is work also but my issue is ...
0
votes
1
answer
28
views
How to bind data between components?
I am trying to tidy up an Application I wrote using .net MAUI.
In my initial draft, I had an arrangement like this (this is illustrative code for brevity but I think it explains the problem):
...
0
votes
0
answers
29
views
Configure Android on Visual Studio Code on Mac
I'm starting a new project with NET9 MAUI because the migration from NET8 to NET9 it is very complicated.
After a lot of work and hours, I have a project out of the box running for iOS using Visual ...
-1
votes
1
answer
51
views
.NET 9 MAUi connection from Visual Studio to iMac
On my iMac, I have installed NET9 and the workload for MAUI, latest version.
I created a shiny MAUI project based on .NET 9. When I try to run the application from Visual Studio to a simulator such ...
3
votes
1
answer
31
views
Azure SignalR Service Issue - Messages Not Delivered When API is Hosted in Azure, But Works Locally
I'm facing a weird issue with Azure SignalR Service and could use some help. Here's the setup:
Frontend: ASP.NET Core MAUI Blazor app
Backend: ASP.NET Core Web API
Using Azure SignalR Service
The ...
1
vote
0
answers
50
views
New NET9 MAUI project raises an error for iOS [duplicate]
I'm starting a new project in NET9 MAUI and immediately I get some issues. The first one is with iOS. When I try to run the project - as it is out of the box - I get this error
MSBuild was unable to ...
0
votes
2
answers
105
views
How to update Maui from .NET 8 to .NET 9?
I have a few applications built with MAUI on .NET 8. The Google Store starts to ask to update the minimum SDK to API level 35.
With .NET 8, in the project settings, I don't have the option to select ...
0
votes
1
answer
43
views
MAUI App.xaml.cs unhandled exception crashes when trying to DisplayAlert
I am trying to implement a global catch for unhandled exceptions in my .Net MAUI app. I added a UnhandledException event to my app in the App.xaml.cs. The goal is to alert the user that an error ...
0
votes
0
answers
41
views
Sentry.Maui stack trace has no line numbers in Release mode for iOS
I'm trialing Sentry.Maui to be able to capture exceptions which can pinpoint to exact method name and line number in my project.
Tried every setting I can think of, but it only works in debug mode or ...
0
votes
1
answer
29
views
View.map in Fabulous.MAUI throws the error "No overloads match for method 'Yield'"
I want to write an app in F# Fabulous.MAUI and follow the example from Fabulous where each page is written in a separate file.
I used the template from Fabulous.MAUI in app.fs but reduced it to two ...
0
votes
0
answers
39
views
.NET MAUI : Ambiguous routes matched closing Popup with .NET 9 and using Community toolkit 12
After updating my project to .NET 9 and now using Community Toolkit 12, I can't understand why I get this "ArgumentException":
System.ArgumentException: 'Ambiguous routes matched for: //...
0
votes
1
answer
29
views
Can't create a valid APK file with MAUI from a specific computer
I have a weird issue when I create an APK with .NET MAUI, I can't install in on my Android phone. Android offers to extract the files as if it was a ZIP file.
The weirdest part is that if I follow the ...