4,090 questions with .NET MAUI tags

Sort by: Updated
0 answers

what is the bypass code for Williamsburg County School District

I really need to know my school bypass code if you don't give it to me I'm goingf you don't I'm going to sue you again and again and again and again and again and again and again and again to sue you smcd., , mkfvm m vmk ml,fr.., n…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-05-03T22:26:10.4933333+00:00
Witherspoon, Lillian M 0 Reputation points
0 answers

FlyoutPage.Flyout Width

Hi, How I set in windows net 9 the width of FlyoutPage.Flyout(menu)? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-04-27T09:21:57.5966667+00:00
Dani_S 4,461 Reputation points
edited a comment 2025-05-03T15:48:40.38+00:00
Dani_S 4,461 Reputation points
1 answer One of the answers was accepted by the question author.

the rotation is not work as expected?

I am using .net-android and want to use canvas to draw cube and rotate it.this is the code:`public class XyCube { public float width; public float height; public Color Color; public float center_x; public float center_y; public float…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-04-24T07:21:09.97+00:00
mc 5,266 Reputation points
commented 2025-05-02T11:47:00.2933333+00:00
mc 5,266 Reputation points
1 answer

Smooth Transition Between Pages with and Without Navigation Bars in MAUI

In a .NET MAUI application, I have a scenario where I'm navigating from a page without a navigation bar (NavigationPage.SetHasNavigationBar(this, false)) to a page that includes a navigation bar. During the transition, the appearance of the navigation…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2024-12-21T03:45:45.4933333+00:00
Thinh NPD 45 Reputation points
commented 2025-05-02T07:19:43.02+00:00
Pat Long 46 Reputation points
0 answers

Empty Carousel view

I'm developing a MAUI application and encountering an issue with the CarouselView control. The indicators in the CarouselView appear correctly according to the number of items in my ObservableCollection<string> which contains the filenames of my…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-05-02T07:00:06.2666667+00:00
Rendy Putrayana 0 Reputation points
edited the question 2025-05-02T07:04:00.2633333+00:00
Rendy Putrayana 0 Reputation points
5 answers

Observable Collection OnPropertyChanged Performance Issue

While Updating Values to Observable Collection, OnPropertyChanged() takes a lot of time to load and render in UI. Because of this it's takes around a minute to update the list and taking lot of time for updating if few more list updating at the same…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2024-08-01T12:03:13.92+00:00
Muhesh Kumar 0 Reputation points
edited a comment 2025-05-01T16:45:09.04+00:00
tele-bird 0 Reputation points
1 answer

MAUI: Android: Foreground service is not running

I have integrated foreground service like below in my MAUI application. MyForegroundService.cs under Platforms.Android // MyForegroundService.cs using Android.App; using Android.Content; using Android.Content.PM; using Android.OS; using…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-04-30T15:32:33.49+00:00
Sreejith Sreenivasan 1,001 Reputation points
edited an answer 2025-05-01T14:46:39.7266667+00:00
Sreejith Sreenivasan 1,001 Reputation points
1 answer

how to remove event handler in .net-android?

xxx.Click+=(sender,e)=>{}; how to remove it? then I add another

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-05-01T08:51:28.07+00:00
mc 5,266 Reputation points
answered 2025-05-01T09:40:13.86+00:00
Viorel 121.4K Reputation points
1 answer

how to read 3d data in dxf file in .net android?

I know how to read 2d entities in dxf file but how to read 3d path or shapes in dxf file in .net android?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-04-30T06:25:58.0166667+00:00
mc 5,266 Reputation points
edited the question 2025-04-30T18:09:39.4733333+00:00
TP 118.5K Reputation points
1 answer

Create an IPA from Windows MAUI iOS + Extensions

Hi, we have a MAUI project with iOS extensions. We can run them on emulators and create the IPA either in Visual Studio or Visual Code on a Mac. Due to dotfuscator issues, we need to create the IPA, but now from Windows! We can create the IPA using the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-03-14T22:08:03.59+00:00
DAVIS JIMENEZ PETER ALEXANDER 20 Reputation points
answered 2025-04-30T06:47:01.22+00:00
Igor Strekha 0 Reputation points
0 answers

How to create an onboard screen for my live .NET MAUI application?

I need to create a tutorial for the first time users. Basically, it should explain all the features within the application. there should be 3 buttons Next,Previous,Skip. How to create (Green highlighted popup) this in my application. Until they complete…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-04-29T09:27:26.9833333+00:00
Sowndarrajan Vijayaragavan 450 Reputation points
0 answers

Webview not working in MAUI

I had created a sample MAUI solution with the .Net 9, and added a webview. and added the following piece of code in the mainpage.xaml <StackLayout Padding="30,0" Spacing="25"> <WebView…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-04-27T03:19:05.51+00:00
Vaibhav Methuku 160 Reputation points
commented 2025-04-29T05:03:58.4133333+00:00
Vaibhav Methuku 160 Reputation points
0 answers

Workaround for WebAuthenticator crash affecting Android on .NET MAUI

When using WebAuthenticator for .NET MAUI and the browser first launches, the app crashes in the background. When the app is relaunched, the browser can be opened again and the WebAuthenticator process succeeds without a problem. This affects Android and…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-04-29T04:29:13.4766667+00:00
Eric L 20 Reputation points
1 answer

Is it possible to deploy a .net maui application on Android Go Edition

Is it possible to deploy a .net maui application on Android Go Edition?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-04-28T13:48:52.3033333+00:00
Daniel Manchester 25 Reputation points
commented 2025-04-28T23:57:20+00:00
Daniel Man 0 Reputation points
1 answer One of the answers was accepted by the question author.

Detect Scrolled to end of webview to enable a button in maui

I have a custom renderer like this where ScrollWebView is my custom control from webview with IsBottomReached property. I tried registering this Renderer in mauiprogram class, then it started crashing with an exception of "Specified cast is not…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2024-05-03T03:37:30.4166667+00:00
Keerthana Krishna 60 Reputation points
commented 2025-04-28T18:39:18.7033333+00:00
Cagri Yucel 0 Reputation points
2 answers

Why does Live Preview not work on my VS 2022 maui project

Hi, I am using VS 2022 and have a .NET MAUI project. The issue is that Live Preview doesn't seem to work. I watched the video here: https://www.youtube.com/watch?v=nEOvX3YKw_E However, I get the error shown below and I don't have the debug…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,074 questions
asked 2023-01-10T00:28:12.443+00:00
CFos 41 Reputation points
commented 2025-04-28T17:37:46.3033333+00:00
Lorenzo 0 Reputation points
0 answers

MAUI: Notification icon is blank in Android 15

I am using below code to show the push notification icon in my MAUI application: private void CreateNotificationChannel() { try { var channelId = $"{PackageName}.general"; var notificationManager =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-04-28T14:53:02.68+00:00
Sreejith Sreenivasan 1,001 Reputation points
2 answers

BINDING DOES NOT RECOGNIZE TYPE

I have a custom component that exposes a property 'Amount64' of type Int64; I would like to bind it to a property 'Amount', also of type Int64, in the host page: <components:MyNumericKeyboard x:Name="keypad" Amount64="{Binding Amount,…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2024-10-18T21:09:35.5033333+00:00
Giorgio Sfiligoi 391 Reputation points
answered 2025-04-28T10:31:19.01+00:00
Louis Sherwood 0 Reputation points
0 answers

Undefined symbols for architecture arm64 Error, while using Native libraries in MAUI iOS

Hi, We are working on MAUI.iOS migration project from Xamarin.iOS. In Xamarin.iOS we have used few iOS Native libraries(.a files). The Xamarion.iOS project was working fine. But we used the native libraries in MAUI.iOS project we are getting below build…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2024-08-30T10:22:37.5066667+00:00
Niladri Padhy (ZEN3 INFOSOLUTIONS AMERICA INC) 0 Reputation points Microsoft External Staff
commented 2025-04-28T04:42:53.29+00:00
Huzefa Karachiwala 0 Reputation points
0 answers

My app breaks if I add LoginViewModel

For some reason my app breaks, when I add the loginViewModel to the mainPage I am using firebase, so I register the user, and navigate to the Main Page builder.Services.AddTransient<RegisterPopUp>(); …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,090 questions
asked 2025-04-27T15:46:29.04+00:00
Eduardo Gomez 3,631 Reputation points