3,148 questions with .NET MAUI tags

Sort by: Updated
0 answers

Clear button in the entry is not clearing the text

Hi, I am using an entry to take user input. I am showing the clear button using the WhileEditing value for ClearButtonVisibility but clicking on the button does not perform any action. It does not clear the text in the entry. Also there is no command…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-07-03T09:49:22.7766667+00:00
Srilekha Chowdary 60 Reputation points
commented 2024-07-05T08:37:52.6333333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,596 Reputation points Microsoft Vendor
1 answer

MAUI library for Native Android binding failing with aar files that have Java Interfaces

I recently started working on MAUI Android binding library. I have created an aar file which has a simple Kotlin class and an Interface. This interface is implemented by the Kotlin class. The simple Kotlin class package package…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-07-04T11:55:27.93+00:00
Arnold laishram 1 Reputation point
commented 2024-07-05T07:47:31.7266667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,456 Reputation points Microsoft Vendor
0 answers

How to fix Validation Error with MS Store app submission?

When creating app for the MS Store, I'm getting these Validation Errors. Invalid package family name: xxxxxx.xxxxxx (expected: xxxxx.yyyyyy) Invalid package publisher name: CN=xxxxx (expected: CN=xxxxC1-1875-4D0B-AD90-55xxx) These are added to my…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-07-05T01:54:24.6833333+00:00
Fritz Switzer 261 Reputation points
commented 2024-07-05T06:54:43.8266667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,596 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

MAUI - Issue with saving an Image as a ByteArrayContent

In my MAUI application, there is a profile page where users can view and edit their personal details. This page includes functionality for updating the profile image. Users have three options for adding a profile image: Taking a photo using the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-07-02T15:35:00.11+00:00
Sakshi Poojary 95 Reputation points
commented 2024-07-05T06:52:36.48+00:00
Sreejith Sreenivasan 851 Reputation points
0 answers

Carousel is not working on windows platform ?

I have created carousel is working well on android platform. But it is not working on windows platform. How to fix it or another solution for windows platform.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-07-02T00:34:46.56+00:00
Sami 861 Reputation points
commented 2024-07-05T06:45:18.8533333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,631 Reputation points Microsoft Vendor
1 answer

How to show alternate text if image loading failed in .net maui?

<Image x:Name="img" Source="{Binding Image}" Aspect="AspectFill" Margin="2" IsVisible="{Binding IsImage}"> </Image> I am using above code to show image. Additionally, i want to show…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-07-02T13:27:11.05+00:00
Thombre, Ashish 125 Reputation points
commented 2024-07-05T05:30:24.9766667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,596 Reputation points Microsoft Vendor
2 answers

How to set an entry in .net maui to only except numbers?

How can i set an entry in .net maui to only except numbers?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-01-06T01:02:20.59+00:00
SCRIEHL 1 Reputation point
answered 2024-07-05T04:08:37.4066667+00:00
Justin Burcaw 0 Reputation points
1 answer

Using ToString to display on watch window

VS used to use the override of ToString to display in the watch window for objects. This no longer happens. Any way to get this back?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,827 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-02-09T19:14:01.4833333+00:00
Lloyd Sheen 1,476 Reputation points
answered 2024-07-05T03:22:11.7933333+00:00
Patrick, Keith 0 Reputation points
3 answers

how to use .a file in .net ios?

I am using .net ios. what should I do next? I am not using xamarin.ios and maui. I am using .net ios.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-06-29T08:38:12.6066667+00:00
mc 4,026 Reputation points
answered 2024-07-05T02:19:31.7966667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,631 Reputation points Microsoft Vendor
1 answer

How ro change Hamberger icon backgound color to green in .net maui

When i am clicking on push notification it navigates to the Consumable request details page and when clicking on back button it navigates to the Consumable request page. When it navigates to Consumable Request page tools bar color changing to black…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-06-27T20:16:02.1666667+00:00
Thombre, Ashish 125 Reputation points
commented 2024-07-05T02:12:41.91+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,456 Reputation points Microsoft Vendor
1 answer

can not use UIKit or others in .net ios Bindings?

I created ios Binding project. and want to compile .a file to .dll there is ApiDefinition and StructsAndEnums.cs but both of them can not use ios UIImage NativeHandle Export Verify and all of it. CGSize Static can not use too. I can not use this…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-07-01T10:46:09.4966667+00:00
mc 4,026 Reputation points
commented 2024-07-05T01:55:55.6066667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,631 Reputation points Microsoft Vendor
2 answers

I am getting a "Requests from this IP are not allowed" when trying to signin/signup to Entra ID for external providers

I am trying to follow the tutorial in the link https://learn.microsoft.com/en-us/entra/external-id/customers/tutorial-mobile-app-maui-sign-in-sign-out ... I have created the UserFlows ., but when running the app , I get a "Requests from this IP are…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,365 questions
asked 2024-05-27T02:42:10.6966667+00:00
Srinath Nanduri 5 Reputation points
commented 2024-07-04T22:29:41.0866667+00:00
Lucas Moreira 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to align the message to center in snackbar in MAUI

Hi, I am using a snackbar in MAUI with a message. Currently, the message in the snackbar is left aligned but I want to show a message aligned in the center of the snackbar. Also I do not want to have an action button in the snackbar. Is there a way to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-07-03T09:32:57.3466667+00:00
Srilekha Chowdary 60 Reputation points
accepted 2024-07-04T12:06:59.67+00:00
Srilekha Chowdary 60 Reputation points
1 answer

How to find where .pkg file store the installed app

I Use the following command to create a .pkg: .NET CLICopy dotnet publish -f net8.0-maccatalyst -c Release Publishing builds the app, and then copies the .app to the bin/Release/net8.0-maccatalyst/ folder or the .pkg to the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-06-25T09:23:23.6533333+00:00
Dani_S 3,206 Reputation points
commented 2024-07-04T09:54:33.6566667+00:00
Dani_S 3,206 Reputation points
0 answers

Targetting xaml for multi platform

I have a xaml that includes android specific library as assembly and it needs to compiled only for android target platforms. I tried by putting it in platforms folder but it did not work . My assembly inclusion is present in xaml itself like the below…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-07-01T11:57:57.6166667+00:00
Manickam, Suraj 300 Reputation points
commented 2024-07-04T07:54:30.95+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,596 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Antivirus based on user

Hi, Does Antivirus based on user can work on maui net 8 mac os , i.e this anrivirus will block the USB and CDRome and only the user will on maui app can reach these drives. Like impersonation in windows. Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-07-02T12:58:05.2366667+00:00
Dani_S 3,206 Reputation points
accepted 2024-07-04T07:22:34.4333333+00:00
Dani_S 3,206 Reputation points
1 answer

Problem with rewrite the Backgrounding event

Hi, In continue to https://learn.microsoft.com/en-us/answers/questions/1690214/register-close-button-in-mac All my work in pages stop working. Working with http + tasks. it fire the close button event and close the app. Thanks in advance,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-06-18T06:41:00.6+00:00
Dani_S 3,206 Reputation points
commented 2024-07-04T07:06:29.09+00:00
Dani_S 3,206 Reputation points
2 answers One of the answers was accepted by the question author.

Clarifying the Differences Between SDKs, Workloads, and NuGets in .NET

Could someone explain the differences between .NET SDK, .NET Workloads, and the MAUI NuGets and how they are related to each other? Although I understand SDKs and NuGets, I fail to grasp the purpose of workloads. When am I supposed to update each one? If…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-06-26T08:15:48.8966667+00:00
Mirinimp 20 Reputation points
commented 2024-07-04T06:46:10.29+00:00
Mirinimp 20 Reputation points
2 answers One of the answers was accepted by the question author.

view and print pdf in .net maui

Hello, I would need to be able to view and print a pdf that is hosted on a server. The url of the pdf will be sent to the app. To view it I am using a Webview with the following prefix as Source: pdfview.Source =…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,573 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-06-14T05:38:19.0766667+00:00
shadeveloper 40 Reputation points
accepted 2024-07-04T05:37:16.4266667+00:00
shadeveloper 40 Reputation points
1 answer

Shell Navigation doesn't render the next page on Android. Shell Current State shows DnsSafeHost - System Invalid Exception.

Shell Navigation doesn't render the next page on Android. Shell Current State shows DnsSafeHost - System Invalid Exception. The steps - Have set the AppShell as MainPage MainPage = new AppShell(); Routing registered for second page on…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,148 questions
asked 2024-07-02T15:49:46.3433333+00:00
Khadeeja Madathil 0 Reputation points
commented 2024-07-04T03:13:52.79+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,456 Reputation points Microsoft Vendor