3,176 questions with .NET MAUI tags

Sort by: Updated
1 answer

How to remove underline from Entry and caret from picker in maui for windows?

Setting the background for Entry removes the underline in Android but not in Windows. Have not found anyway to remove caret from end of Picker in windows.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-15T18:03:02.107+00:00
Jeff Pfahl 91 Reputation points
commented 2022-06-24T08:01:25.797+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,836 Reputation points Microsoft Vendor
0 answers

Is it possible to Provide the StringFormat value in a binding in Xaml from a property on the bindingContext?

When specifying a binding in Xaml I only seem to be able to provide a literal value for the StringFormat. I would like to define the format string on my binding context and have the binding use that.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-20T20:40:15.597+00:00
Jeff Pfahl 91 Reputation points
commented 2022-06-24T03:28:59.793+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,836 Reputation points Microsoft Vendor
0 answers

.Net Maui generating log files in my root directory

While I am running the debugger in an android emulator for some reason log files are added to the root of my project directory. How do I stop this from happening?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-22T14:28:57.773+00:00
JIren 1 Reputation point
commented 2022-06-23T08:08:14.833+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,876 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

When will Maui be available in VS 2022?

Having read many posts it seems like Maui is only available in beta versions of VS? Confused.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-21T13:37:40.193+00:00
Lloyd Sheen 1,476 Reputation points
commented 2022-06-21T14:53:25.25+00:00
Lloyd Sheen 1,476 Reputation points
1 answer One of the answers was accepted by the question author.

Android Deep Linking (Intents) Support in .NET MAUI

I am currently trying to add deep linking support (via Intents) to an Android application written using .NET MAUI. I have added an activity XML element under the application element in my AndroidManifest.xml: <?xml version="1.0"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-20T16:02:40.277+00:00
Devin Michael 21 Reputation points
accepted 2022-06-21T10:14:00.11+00:00
Devin Michael 21 Reputation points
1 answer

Entry in MAUI is blank in Android but has borders in iOS.

Entry/ Editor control is not uniform in MAUI iOS and Android versions of the same app. How to make it uniform.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-17T21:08:11.143+00:00
Parvez ali 6 Reputation points
commented 2022-06-21T07:43:02.667+00:00
Riccardo Minato 6 Reputation points
0 answers

Passing viewmodel properties as parameters in ValueConverters in .Net MAUI

I am trying to create a custom converter in .Net MAUI app but I am not able to pass ViewModel properties as parameter. This is my Xaml code. - <Button.BackgroundColor> <Binding Path="Category">…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-20T09:21:51.86+00:00
Parvez ali 6 Reputation points
commented 2022-06-21T07:35:31.86+00:00
Riccardo Minato 6 Reputation points
1 answer

How to remove Calendar icon from DatePicker in maui for windows?

Icon does not match our ui standard.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-16T22:08:53.44+00:00
Jeff Pfahl 91 Reputation points
commented 2022-06-21T06:58:27.193+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,756 Reputation points Microsoft Vendor
1 answer

MAUI set build action to bundleresource

In Xamarin.iOS, you are able to set a file's build action to BundleResource but I am not finding this in MAUI. I am trying to work with Firestore, and I have this fully functioning in Xamarin Forms but this small thing is blocking me on MAUI. Does…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-10T20:59:06.157+00:00
ohumidk 1 Reputation point
commented 2022-06-20T10:01:48.903+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,876 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Is there a way to use RenderTargetBitmap with MAUI Controls?

I want to export a MAUI control to an image. In WPF we have "RenderTargetBitmap". I tried to use it on MAUI but the method "RenderAync" need a Microsoft.UI.Xaml.UIElement" but the controls of MAUI are…

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
749 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-09T08:45:41.46+00:00
José Luis Orihuela Conde 21 Reputation points
commented 2022-06-18T10:26:35.937+00:00
Ayush Raj 1 Reputation point
1 answer

.net MAUI app and WebPages

So I have built my first .net MAUI app. All things good. I would like to put on a webserver and run the app from a weblink on a webpage. Somewhat like the old SmartClient apps. How would I go about that? Thanks.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-16T15:48:14.203+00:00
dodDev 1 Reputation point
answered 2022-06-17T19:22:57.72+00:00
Rob Caplan - MSFT 5,437 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Mapper Key seems to be arbitrary

When coding a mapping the key used does not seem to matter. Is there a case where the value matters. PickerBase can be any string and it still works. PickerHandler.Mapper.AppendToMapping("PickerBase", (handler, view) =>

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-16T17:46:57.55+00:00
Jeff Pfahl 91 Reputation points
accepted 2022-06-17T14:52:58.593+00:00
Jeff Pfahl 91 Reputation points
0 answers

How to remove the titlebar in MAUI (MacOS and Windows)?

How to remove the titlebar?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-15T12:28:26.257+00:00
OBJECTSOCIAL 1 Reputation point
commented 2022-06-17T07:37:52.84+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,876 Reputation points Microsoft Vendor
2 answers

cannot to add new page on .net maui visual studio 2022 for mac

How to add new page on visual studio for Mac 2022

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-05-31T00:38:18.173+00:00
Sergio Daniel Toro Romero 21 Reputation points
answered 2022-06-16T06:08:50.91+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,876 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to get new version?

Hi! How to get new version of MAUI? In NuGet I see Microsoft.Maui.Dependencies and Microsoft.Maui.Extensions but cannot change the version because "Blocked by project".

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-08T14:47:36.503+00:00
Igor Kravchenko 281 Reputation points
commented 2022-06-16T00:44:15.07+00:00
Rob Caplan - MSFT 5,437 Reputation points Microsoft Employee
1 answer

MAUI and Kestrel webserver on Android ARM and iOS

I am a software developer and I am using MAUI and ASP.NET (.NET 6) together in one cross platform application. I found out ASP.NET Kestrel webserver (ASP.NET 6) is not available in MAUI on Android ARM and iOS platforms. When I compile, I get this…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,358 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-13T08:02:09.043+00:00
MauiDevGuy 1 Reputation point
answered 2022-06-14T17:18:02.693+00:00
Rob Caplan - MSFT 5,437 Reputation points Microsoft Employee
1 answer

.NET Maui Visual Studio Windows iOS development

I am exploring .Net Maui within Visual Studio 2022 Preview 17.3 for development of multi-platform apps as an evolution of Xamarin. When I develop for iOS and an iPhone connected directly to my Windows PC automatic provisioning does not work. As a…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-01T08:52:18.583+00:00
obal 1 Reputation point
commented 2022-06-14T09:34:44.62+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,876 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to customize Shell tabs?

Hi! I want to customize Shell tabs on handler level. Is there any ShellHandler or TabBarHandler? Thanks.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-09T14:42:52.97+00:00
Igor Kravchenko 281 Reputation points
commented 2022-06-10T15:30:06.703+00:00
Igor Kravchenko 281 Reputation points
1 answer One of the answers was accepted by the question author.

Can I mix a MAUI Shell app with Navigation?

I've never written a mobile app before, so am having trouble getting started with what I want to do in .NET MAUI. This will actually be a mobile version for an existing MVC web app. First I want a splash screen (already created) with two buttons -…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-05T01:38:32.073+00:00
Bryan Cass 46 Reputation points
commented 2022-06-10T09:25:49.35+00:00
Kay 76 Reputation points
1 answer One of the answers was accepted by the question author.

Documentation example missing for MAUI x Blazor

I have been trying to make the MAUI BlazorView work, and based myself on the documentation here: https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/blazorwebview . The problem I face is that the documentation specifically states…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2022-06-02T12:19:39.97+00:00
Benoit Hoffman 51 Reputation points
commented 2022-06-10T06:17:24.33+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,876 Reputation points Microsoft Vendor