4,104 questions with .NET MAUI tags

Sort by: Updated
1 answer

MAUI *.xaml.sg.cs files are not regenerating causing Duplicate 'global::Microsoft.Maui.Controls.Xaml.XamlFilePath' attribute errors

MAUI *.xaml.sg.cs files are not regenerating on build causing "Duplicate 'global::Microsoft.Maui.Controls.Xaml.XamlFilePath' attribute" errors.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-10T23:03:45.31+00:00
Steven Scearce IV 6 Reputation points
answered 2025-05-11T23:28:13.64+00:00
Steven Scearce IV 6 Reputation points
0 answers

Loading pop up

https://reccloud.com/u/nq75s16 <toolkit:Popup x:Class="FireChat.Views.PopUps.LoadingPopUp" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-11T22:16:44.19+00:00
Eduardo Gomez 3,651 Reputation points
edited the question 2025-05-11T22:33:04.89+00:00
Eduardo Gomez 3,651 Reputation points
0 answers

Flayout page navigation-passing parameter

Hi, im using net 9. I would like to know how i can pass parameters between pages using official maui flayout page navigation. Thanks in advance,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-07T19:52:51.8733333+00:00
Dani_S 4,461 Reputation points
commented 2025-05-11T06:18:23.5133333+00:00
Dani_S 4,461 Reputation points
1 answer

How to fix The AOTCompile task failed unexpectedly in .NET Maui iOS on MacOs?

I recently moved from an x86 Intel Macbook to an Apple Silicon Macbook. I'm working on a .NET9 iOS app in Maui using JetBrains Rider. The app builds but won't deploy. The error states that the AOTCompile command is looking in the wrong directory for…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-09T18:30:43.9466667+00:00
Jerod Motley 0 Reputation points
answered 2025-05-10T18:00:47.14+00:00
Bruce (SqlWork.com) 75,386 Reputation points Moderator
1 answer

Images show up on other devices but not windows build

Hi, I am building a .net maui application my .png's show up on android and android emulators But I am unable to get the same image on windows build, or any image for that matter of fact Here is the code that use. var var image = new Image() { …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-04-25T18:25:52.6066667+00:00
anandarus allen 0 Reputation points
answered 2025-05-10T10:23:10.62+00:00
Kshitij Wankhade 0 Reputation points
0 answers

Image do not bind

This is the VM public partial class AppShellViewModel : BaseViewModel { readonly FirebaseAuthClient _authClient; readonly WeakReferenceMessenger _messenger; readonly IMediaPicker _mediaPicker; [ObservableProperty] LocalUser…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-10T00:02:24.8933333+00:00
Eduardo Gomez 3,651 Reputation points
edited the question 2025-05-10T00:08:00.7033333+00:00
Eduardo Gomez 3,651 Reputation points
0 answers

Binding null, but is working

In have my viewModel using System.Collections.ObjectModel; namespace FireChat.ViewModels; public partial class AppShellViewModel : BaseViewModel { readonly FirebaseAuthClient _authClient; readonly WeakReferenceMessenger _messenger; …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-09T23:45:59.3366667+00:00
Eduardo Gomez 3,651 Reputation points
edited the question 2025-05-10T00:07:08.2666667+00:00
Eduardo Gomez 3,651 Reputation points
1 answer One of the answers was accepted by the question author.

Command does not hit

I have this chunk of code <sfPopup:SfPopup x:Name="UserProfilePopup" AbsoluteY="20" AcceptButtonText="Save and close" AcceptCommand="{Binding SavePopUpContentCommand}" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-08T21:29:08.7766667+00:00
Eduardo Gomez 3,651 Reputation points
accepted 2025-05-09T22:58:44.98+00:00
Eduardo Gomez 3,651 Reputation points
0 answers

Splash Screen not showing up for windows build on .net maui

Hello all, So I created a simple custom splash screen, it works for android but not on a windows desktop. Here is the code public partial class SplashScreen : ContentPage { private ContinousAudio continousAudio; public…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-04-19T20:11:17.8933333+00:00
anandarus allen 0 Reputation points
commented 2025-05-09T22:20:01.9066667+00:00
anandarus allen 0 Reputation points
1 answer

Limitations When Launching .NET MAUI Windows App via Custom URI Scheme

I've added the following entry to the Package.appxmanifest for my .NET MAUI Windows app to support activation via a custom URI scheme: After investigating this setup, I observed the following limitations: Key Findings Windows Focus Restrictions: When the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-09T07:36:07.6433333+00:00
Sagar Shinde 0 Reputation points
answered 2025-05-09T16:12:25.4966667+00:00
Bruce (SqlWork.com) 75,386 Reputation points Moderator
0 answers

IOS -Tabbar not showing after navigating from a contentpage where Shell.TabBarIsVisible="False"

I am navigating from a page where Shell.TabBarIsVisible="False" as its requirement , the page is not showing TabBar in further pages. I tried setting Shell.TabBarIsVisible="True" but not working for following pages. If these pages…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-08T16:29:31.16+00:00
Shraddha Chauhan 0 Reputation points
0 answers

Flyout separators

Hello So, I am trying to clone this design Note the shell will only be visible on windows Note: the red square, is becouse of privacy reasons if you read this…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-08T11:32:46.38+00:00
Eduardo Gomez 3,651 Reputation points
edited the question 2025-05-08T14:12:04.9666667+00:00
Eduardo Gomez 3,651 Reputation points
1 answer

How to remove page navigation animation in .Net MAUI?

I am using Appshell for navigation. Appshell.Xaml.cs Routing.RegisterRoute(nameof(LoginPage), typeof(LoginPage)); In Viewmodel relay command i am call the below AppShell.Current.GoToAsync(nameof(LoginPage)); Animation is moving from left to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2024-05-21T05:43:55.4466667+00:00
Sowndarrajan Vijayaragavan 450 Reputation points
answered 2025-05-08T10:09:30.09+00:00
Miyari 004 0 Reputation points
0 answers

In 8 entries, 2 entries text change event not triggered

In a Content View, we have 8 entries, which will change based on one picker. If pickers change the value all the 8 entries value would change, on first time we select the value from the picker all values set correctly, if the values selected previously…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-08T05:23:49.3233333+00:00
Jeyamani Sekar 20 Reputation points
0 answers

While releasing the build in iOS MAUI, app getting crash while opening the application

Exceptions occurs was Terminating app due to uncaught exception 'System.ArgumentNullException', reason: 'ArgumentNull_Generic Arg_ParamName_Name, provider (System.ArgumentNullException)    at System.ThrowHelper.Throw(String )    at…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-03-24T05:47:13.2566667+00:00
Jeyamani Sekar 20 Reputation points
commented 2025-05-08T04:58:53.2866667+00:00
Jeyamani Sekar 20 Reputation points
0 answers

Why am I receiving warnings on my code, but it is still working.

namespace MauiApp1 { public partial class MainPage : ContentPage { int count = 0; public MainPage() { InitializeComponent(); } private void OnCounterClicked(object sender, EventArgs e) …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-07T20:43:58.4733333+00:00
John Williams 0 Reputation points
1 answer One of the answers was accepted by the question author.

Flyout Navigation Improvements

Hi @Leon Lu (Shanghai Wicresoft Co,.Ltd.) I'm using this flyout Navigation. sample code from "Leak.zip" from end of: https://github.com/dotnet/maui/issues/23625 Questions: Can improve navigation beetween page 1 to page 2 to page 3 ? Can…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-03-09T08:41:43.2866667+00:00
Dani_S 4,461 Reputation points
edited a comment 2025-05-07T18:59:42.6233333+00:00
Dani_S 4,461 Reputation points
1 answer One of the answers was accepted by the question author.

Looking to remove underline from Android Entry and Pickers in .NET Maui

I need to remove the underline in my .NET Maui application for entry and picker handlers. In addition to this, I need to set the background color to a custom color that I have. I have found ways to set the background color to transparent to remove the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2024-04-08T18:00:56.82+00:00
Isspro-eng 45 Reputation points
commented 2025-05-07T09:03:22.3833333+00:00
shalin 0 Reputation points
0 answers

Seeing red dot sign on MAUI (explorer on resources) in .NET 9

I am seeing the red small sign on Resources folder in .NET MAUI (in .NET 9). I am working on the folder that is in a GitHub repository have a workflow open. How to resolve this problem.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-06T17:36:52.44+00:00
Soumyadip Majumder 100 Reputation points
edited the question 2025-05-07T03:14:40.68+00:00
simo-k 8,445 Reputation points Moderator
1 answer

How to read the data from the PDF Report.

Hello Team, I'm having a functionality in my application. where we need to upload the PDF in the application from we are having different values in the PDF, I Need to read all the data and populate in the entry fields. Will this be possible in the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
asked 2025-05-06T08:11:16.7966667+00:00
Vaibhav Methuku 160 Reputation points
commented 2025-05-07T02:53:44.47+00:00
Vaibhav Methuku 160 Reputation points