3,622 questions with .NET MAUI tags

Sort by: Updated
1 answer

MAUI Windows Fullscreen

I am trying to make a kiosk app for windows 10 x64 tablets and some android tablets in the future. I used this code in MauiProgram.cs: #if WINDOWS builder.ConfigureLifecycleEvents(events => { …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2022-08-30T17:05:49.963+00:00
Little Athan 46 Reputation points
commented 2024-11-15T21:45:39.78+00:00
Roberto Ceccato 0 Reputation points
0 answers

How to fix DEP0900: Failed to unregister application

I successfully updated a maui app to net9. The upgrade consisted of simply changing the net8 references in the csproj file. The app ran well but noticed some new control issues. Tried to downgrade the app back to net8 by changing the csproj references…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-15T08:16:53.1033333+00:00
TazKing 80 Reputation points
commented 2024-11-15T19:22:36.4966667+00:00
TazKing 80 Reputation points
0 answers

Double tapping Editor control locks app when deployed to iOS

Double tapping the Editor locks the app when deployed to iOS. This occurs for both net 8 and 9. Entry control works well and does not lock up the app. I added Editor and Entry controls to the demo Maui app as below. Am I missing a setting? Any known…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
816 questions
asked 2024-11-14T07:29:50.46+00:00
TazKing 80 Reputation points
commented 2024-11-15T18:59:34.39+00:00
TazKing 80 Reputation points
0 answers

Application hangs while adding huge amount of data to the expander

in our application when we are creating the UI dynamically, So Initially I had created the expander headers, when ever I tap on the expander I'll prepare UI and add that content to the expander. So, I had prepared that UI that UI consists approx 140…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-15T16:13:19.73+00:00
Vaibhav Methuku 80 Reputation points
commented 2024-11-15T16:13:47.4466667+00:00
Vaibhav Methuku 80 Reputation points
0 answers

Google Play InAppBilling Error: "This version of the application is not configured for billing through Google Play"

I'm working on a .NET MAUI application where users can purchase subscriptions through Google Play and the App Store. I'm using the InAppBilling plugin for handling in-app purchases. It works smoothly on most devices, but on some Android devices, I'm…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-15T15:35:04.34+00:00
Sakshi Poojary 95 Reputation points
0 answers

FlyoutContent can not use page instead?

<Shell.FlyoutContent> <local:MyPage /> </Shell.FlyoutContent> it is not work.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-15T15:25:23.1166667+00:00
mc 4,656 Reputation points
0 answers

I get the error 'Platform' does not contain a definition for 'Init' in Microsoft.Maui.ApplicationModel.Platform.Init(this, bundle);

I get the following error after updating my NuGet packages: 'Platform' does not contain a definition for 'Init' Activity1.cs: protected override void OnCreate(Bundle bundle) { AndroidX.Core.SplashScreen.SplashScreen.InstallSplashScreen(this); …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-15T14:57:17.6533333+00:00
Kim Strasser 1,036 Reputation points
0 answers

Google Play InAppBilling Error: "This version of the application is not configured for billing through Google Play"

I'm working on a .NET MAUI application where users can purchase subscriptions through Google Play and the App Store. I'm using the InAppBilling plugin for handling in-app purchases. It works smoothly on most devices, but on some Android devices, I'm…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-15T14:30:38.4233333+00:00
Sakshi Poojary 95 Reputation points
1 answer One of the answers was accepted by the question author.

HTML Page for Intersecting lines with 4 textboxes for MAUI Blazor App

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Vertical Angles with…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,597 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-14T18:00:26.1866667+00:00
Kalyan A 305 Reputation points
commented 2024-11-15T12:34:41.66+00:00
Kalyan A 305 Reputation points
0 answers

Application is Crashing when opening the collection view in iOS 18 (if the collection is having grouping)

I can able to see this the App center. When ever we are working without grouping the collectionview is working fine. The production application is working fine, without any code changes in our application the collectionview is started crashing when…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-15T11:01:38.8133333+00:00
Vaibhav Methuku 80 Reputation points
0 answers

how to get pixel of Image?

Can I get pixels of Image? var image=new Image(){Source="xxx.png}; can I get the pixels? like what in winform image.GetPixel?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-15T09:44:26.9366667+00:00
mc 4,656 Reputation points
4 answers

Custom fonts not working when uploading Maui Android project to Play Store

I have added custom fonts in the font directory of my Maui project's Resources directory and updated the MauiProgram.cs file accordingly. The fonts work fine when I deploy the application using Visual Studio, but when I publish the app and upload it to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 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.
11,037 questions
asked 2024-05-21T16:58:13.6333333+00:00
Mujtaba Ali Panjwani 25 Reputation points
commented 2024-11-15T09:13:34.4466667+00:00
Cristina 0 Reputation points
1 answer One of the answers was accepted by the question author.

Cannot deploy Maui .NET 9 demo app to iOS simulator

Getting 12 errors when deploying Maui .NET 9 demo app to iOS simulator. Any ideas what the issue is?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-14T07:47:43.4033333+00:00
TazKing 80 Reputation points
accepted 2024-11-15T07:41:53.8866667+00:00
TazKing 80 Reputation points
1 answer One of the answers was accepted by the question author.

Can the .NET Maui documentation on "hot restart" ever be corrected?

The documentation at https://learn.microsoft.com/en-us/dotnet/maui/ios/hot-restart?view=net-maui-9.0 needs to be corrected (they are also wrong for .NET 8). Keys are found by selecting Users and Access and then the Integrations tab. I wasted way too…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-14T07:02:38.26+00:00
TazKing 80 Reputation points
accepted 2024-11-15T06:13:27.49+00:00
TazKing 80 Reputation points
1 answer One of the answers was accepted by the question author.

how to remove splash screen in maui?

How to remove Splash Screen? I do not want to use it just to remove it.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-14T11:20:43.3366667+00:00
mc 4,656 Reputation points
accepted 2024-11-15T05:46:51.4566667+00:00
mc 4,656 Reputation points
0 answers

how to get pixel R g B in canvas in MAUI?

How to get pixel in the canvas? I fill rectangle and I want to know the color of the (x,y) pixel.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-15T05:42:15.3966667+00:00
mc 4,656 Reputation points
1 answer

How to get the element's position of its parent element on iOS or Mac?

<ScrollView> <Grid WidthRequest="500" HeightRequest="500" x:Name="TheGrid" BackgroundColor="Blue"> <Frame x:Name="TheView" HorizontalOptions="End"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-14T14:57:28.32+00:00
jinglian cui 1 Reputation point
answered 2024-11-15T01:55:13.1433333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 44,171 Reputation points Microsoft Vendor
1 answer

maui do not support ios bluetooth?

in this doc: https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/appmodel/permissions?view=net-maui-8.0&tabs=macios could not I use bluetooth in ios?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-11T06:01:09+00:00
mc 4,656 Reputation points
commented 2024-11-15T01:35:07.7566667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 76,556 Reputation points Microsoft Vendor
1 answer

Starting app

I guess that because .Net 9 define the main Page as deprecated, we get errors, now I cannot run my app errors Severity Code Description Project File Line Suppression State Details Error (active) CS1061 'App' does not contain a definition for…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-13T05:20:41.87+00:00
Eduardo Gomez Romero 865 Reputation points
commented 2024-11-15T00:53:27.75+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 44,171 Reputation points Microsoft Vendor
1 answer

after updating,Microsoft.Maui.Controls - 8.0.0-rc.1.9171 to 8.0.93 , facing error at 'MauiUIApplicationDelegate' as CS0246: The type or namespace name ‘MauiUIApplicationDelegate’ could not be found (are you missing a using directive or an assembly refer

the code is : [Register(nameof(AppDelegate))] public class AppDelegate : MauiUIApplicationDelegate Any clue for this ? Thanks for your help Steps to Reproduce __once you update Microsoft.Maui.Controls and Microsoft.Maui.Controls.compatibility -…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,622 questions
asked 2024-11-13T03:38:29.0666667+00:00
Ashish Gupta 0 Reputation points
commented 2024-11-15T00:42:37.2033333+00:00
Edgar Rafael Garcia 0 Reputation points