3,245 questions with .NET MAUI tags

Sort by: Updated
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,245 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,561 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,245 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,245 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,245 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,245 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