3,207 questions with .NET MAUI tags

Sort by: Updated
4 answers

Need Help with White Labeling a MAUI App from Existing Project

Hi everyone, I'm seeking guidance on how to white label a MAUI app from an existing project. Are there specific processes or packages available for this purpose? I have an existing app project and would like to customize it with different branding or…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-05-03T06:42:26.48+00:00
Satish Durga 5 Reputation points
commented 2024-07-14T22:09:34.5233333+00:00
Saamer Mansoor 0 Reputation points
1 answer

how to detect edge of paper in ios?

how to do edge-detection in ios? I want to use camera to capture paper and remove the other info. just leave the paper.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-13T00:39:35.8+00:00
mc 4,111 Reputation points
commented 2024-07-13T13:52:11.78+00:00
mc 4,111 Reputation points
1 answer

Supporting AI on device with Android and Apple using .Net Maui

I'd like to leverage AI in a new app I'm working on for Android and Apple using .Net Maui. Both these platforms have or are implementing AI on the devices. I've seen references to using AI services on the internet, however I cannot guarantee internet…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-12T19:02:27.8933333+00:00
Scott Johnson 0 Reputation points
answered 2024-07-12T21:04:23.65+00:00
Bruce (SqlWork.com) 61,186 Reputation points
1 answer One of the answers was accepted by the question author.

How to fix .net maui actool exited with code 1 error when deploying to ios simulator?

I'm getting the following 3 errors when I build my MAUI application to iOS simulator (no issues deploying to android simulator): actool exited with code 1 arch exited with code 1 The operation couldn't be completed. Failed to locate any simulator…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,871 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-06-19T20:43:12.8533333+00:00
Jess 25 Reputation points
edited a comment 2024-07-12T20:56:49.41+00:00
Josh Sutterfield 5 Reputation points
1 answer One of the answers was accepted by the question author.

button doesn't work with command

I have a custom command public partial class DateTimeZonePicker : ContentView { public DateTimeZonePicker() { InitializeComponent(); } public static readonly BindableProperty OpenDateTimePickerCommndProperty =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-11T21:16:12.93+00:00
Eduardo Gomez Romero 245 Reputation points
commented 2024-07-12T19:44:10.9533333+00:00
Eduardo Gomez Romero 245 Reputation points
1 answer One of the answers was accepted by the question author.

MAUI .NET 8 on Android -Unable to load DLL 'sqlite3'

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. When tried to run the project with the Android device in Visual Studio 2022 (windows), which threw the exception below, System.DllNotFoundException: Unable to load DLL…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-08T06:49:30.6566667+00:00
Aneetha 45 Reputation points
accepted 2024-07-12T09:26:11.04+00:00
Aneetha 45 Reputation points
0 answers

Clear button in the entry is not clearing the text

Hi, I am using an entry to take user input. I am showing the clear button using the WhileEditing value for ClearButtonVisibility but clicking on the button does not perform any action. It does not clear the text in the entry. Also there is no command…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-03T09:49:22.7766667+00:00
Srilekha Chowdary 60 Reputation points
commented 2024-07-12T09:21:04.9566667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,931 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Signatures using DrawingView in MAUI .NET?

Hello, I want a signature pad to save images locally after a submit button click event in MAUI .NET 8 Android 34. Can you provide a solution?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-10T09:08:17.6033333+00:00
Chinmay Dole 120 Reputation points
accepted 2024-07-12T06:50:09.3733333+00:00
Chinmay Dole 120 Reputation points
1 answer One of the answers was accepted by the question author.

Writing NUNITS with a library that does not support .net8.0

Nunits or Xunits forces us to include .net8.0 as one of our target platform along with the existing , i do have a library which does not support generic .net8.0 and only android or IOS , I really cannot use target specific code since i have used these…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-10T09:23:08.5833333+00:00
Manickam, Suraj 320 Reputation points
accepted 2024-07-12T04:25:52.6666667+00:00
Manickam, Suraj 320 Reputation points
0 answers

.NET MAUI, Android emulator is not ready to be used

I have also tried cleaning project, but it did not workI have installed x64 android emulator with API 21 on AMD CPU to get higher performance when I try to start debugging on it, I get 'There were deployment errors' and in the output window: Waiting for…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,871 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-06-22T18:32:18.0833333+00:00
Hossam Fares 5 Reputation points
commented 2024-07-11T13:51:36.17+00:00
David langlois 0 Reputation points
0 answers

Whitescreen when reopen a MAUI app from background when app was first opened from push message

Hi, we have a maui blazor app and there is a strange behavior on Android. The app receives push message from firebase. When app is completely closed (not in background) and an incoming push message is clicked the app opens and handles the push message.…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
265 questions
asked 2024-07-02T10:53:40.18+00:00
alask 0 Reputation points
edited the question 2024-07-11T11:50:38.97+00:00
ajkuma 24,736 Reputation points Microsoft Employee
1 answer

MAUI xml file implementation

I'm currentry using the MAUI platform for ap development. I am creating a layout by setting the UI in XAML. Along with that, I would like to write xml file information to XAML. The target UI component is Seekbar. What kind of implementation should I do?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,624 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-10T00:27:12.1633333+00:00
水元 翼 0 Reputation points
commented 2024-07-11T07:53:48.6166667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,906 Reputation points Microsoft Vendor
1 answer

Only one app running in MAC?

Hi, Does this code work on MAC, only one app running ? Thanks, public partial class App : Application { private static Mutex mutex = new Mutex(true, Assembly.GetEntryAssembly().GetName().Name); public App() { if…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-06-26T12:02:14.2933333+00:00
Dani_S 3,316 Reputation points
commented 2024-07-11T05:59:52.57+00:00
Dani_S 3,316 Reputation points
0 answers

MAUI App Centre not working

Hi, I am upgrading from Xamarin to MAUI - i have App Centre setup for error tracking for both iOS and Android. It is working fine from Xamarin. on my MAUI app, it is connecting and working fine on iOS, but on Android it is not detecting any events or…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-10T21:08:48.79+00:00
SSB 111 Reputation points
commented 2024-07-11T02:46:27.55+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,931 Reputation points Microsoft Vendor
0 answers

MAUI Behavior issues with custom Seekbar

I created the seek bar by inflate the xml file with a handler class that customizes the Seekbar. Since there is a screen with a View and a Seekbar in the app, we were able to confirm that the custom Seekbar is reflected there. That's where the problem…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,624 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-10T07:07:49.3333333+00:00
水元 翼 0 Reputation points
commented 2024-07-11T01:40:08.0566667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,931 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

.Net Maui Validate Property of a Model in the ViewModel Class

I am using MVVM along with the MVVM Community Toolkit. I have a Constructor in my .Net Maui ViewModel public EmployeeEditViewModel() { CompanyInfo= new PYEModel(); } I have an Observable property in the .Net Maui ViewModel…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,627 questions
asked 2024-07-08T19:52:09.4566667+00:00
Tom Meier 220 Reputation points
commented 2024-07-10T17:34:08.54+00:00
Bruce (SqlWork.com) 61,186 Reputation points
1 answer One of the answers was accepted by the question author.

Dot 8 sdk - install some versions

Hi, If I in my computers intalled dotnet-sdk-8.0.100-win-x64.exe. If I install dotnet-sdk-8.0.203-win-x64.exe without removing the old version. Which version the maui in net 8 will take ? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-10T12:59:24.4433333+00:00
Dani_S 3,316 Reputation points
accepted 2024-07-10T16:30:05.98+00:00
Dani_S 3,316 Reputation points
1 answer One of the answers was accepted by the question author.

Maui for Android entry x clear issue

Hello All. I use Maui latest version and android Ver 34. Please is it possible in the entry field when the user tap the x to clear the entry content to display a pop-up that ask something like OK Cancel. so to prevent accidentally tapping x. Thank you.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-07T08:12:29.52+00:00
Haviv Elbsz 2,071 Reputation points
edited a comment 2024-07-10T12:58:04.85+00:00
Haviv Elbsz 2,071 Reputation points
1 answer

Problem with rewrite the Backgrounding event

Hi, In continue to https://learn.microsoft.com/en-us/answers/questions/1690214/register-close-button-in-mac All my work in pages stop working. Working with http + tasks. it fire the close button event and close the app. Thanks in advance,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-06-18T06:41:00.6+00:00
Dani_S 3,316 Reputation points
commented 2024-07-10T12:49:14.85+00:00
Dani_S 3,316 Reputation points
2 answers One of the answers was accepted by the question author.

How can NotificationListenerService used in MAUI?

I'm trying to listen to notifications of other apps and for that purpose I tried to utilize NotificationListenerService. I have seen several examples from Xamarin, but nothing seems to work. So how is it done in MAUI? How is the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-06T13:25:53.9433333+00:00
Costas Athan 46 Reputation points
accepted 2024-07-10T06:04:44.16+00:00
Costas Athan 46 Reputation points