3,207 questions with .NET MAUI tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

.net maui cross platform

I'm looking to make an app in .net maui with VS 2022. The company needs it to be android and IOS. I got the Android simulator to work in VS 2022, is there a way to get the IOS to simulate on a PC or will I need a mac of some form for that? Without a mac…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2022-04-28T01:29:16.573+00:00
mark lefler 41 Reputation points
accepted 2022-04-28T12:26:57.367+00:00
mark lefler 41 Reputation points
1 answer One of the answers was accepted by the question author.

How to set hint (placeholder) color for material entry in android handler?

I want to set placeholder color for my material entry. public static void MapPlaceholderColor(IMaterialEntryHandler handler, IMaterialEntry entry) { if (entry.PlaceholderColor == null) return; handler.PlatformView.DefaultHintTextColor = ??? …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2022-04-27T15:56:28.307+00:00
Igor Kravchenko 281 Reputation points
commented 2022-04-28T09:32:13.027+00:00
Igor Kravchenko 281 Reputation points
1 answer

"Only releases with status draft may be created on draft app"

I have been successfully publishing my Maui app to the Google Play Store. However, something changed recently (I’m assuming it was moving to RC1) and now when I try to publish I get the message “Only releases with status draft may be created on draft…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2022-04-22T14:58:08.667+00:00
Bradley Plett 36 Reputation points
answered 2022-04-28T04:29:23.98+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to create my own control?

I want to create my own control using platform control. For example, I have a MaterialEntry inherited from Entry. public class MaterialEntry : Entry { } But on handler level I want to handle to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2022-04-26T14:18:37.567+00:00
Igor Kravchenko 281 Reputation points
commented 2022-04-27T10:26:29.537+00:00
Igor Kravchenko 281 Reputation points
1 answer

Is it possible to customize the keyboard in .net maui for android application?

Hello , I know there are many ways to customize keyboard in xamarian forms, but is it possible to do it in the latest .net Maui, Can you share some sample code for it. 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 2022-04-21T00:47:54.027+00:00
Roshan Bashyam 1 Reputation point
commented 2022-04-27T09:20:06.203+00:00
Senthil K 1 Reputation point
0 answers

DOTNET Maui playing audio

I've been trying to find how to play audio files to the user in Maui, I've tried several solutions and none have worked for me. Currently I'm developing for windows.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2022-04-23T15:29:18.443+00:00
MrScopes 1 Reputation point
commented 2022-04-25T02:26:26.04+00:00
James Montemagno 1 Reputation point
1 answer One of the answers was accepted by the question author.

Microsoft.maui.Essentials

I'm uisng VS 2022 17.2.0 preview 3.0 with the standard MAUI template. If I add "using Microsoft.Maui.Essentials;" I get the error: Error CS0234 The type or namespace name 'Essentials' does not exist in the namespace 'Microsoft.Maui' (are…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2022-04-20T12:32:10.707+00:00
phil ciraolo 86 Reputation points
commented 2022-04-25T02:25:27.693+00:00
James Montemagno 1 Reputation point