3,341 questions with .NET MAUI tags

Sort by: Updated
1 answer

MacCatalyst: Tooltips are not functional

Hi, I'm in net 8. and i'm using ToolTipProperties.Text and is work after long time and not work when I change it runtime. Thanks, .

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-29T11:06:25.1533333+00:00
Dani_S 3,621 Reputation points
commented 2024-09-01T06:24:53.7833333+00:00
Dani_S 3,621 Reputation points
0 answers

Java runtime exception when releasing to google play store

Good day, I currently have a .NET MAUI app on review on the google play store platform, The review returned with the following error... kindlt point me as to what i should be looking at ...thank you …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-09-01T05:15:59.65+00:00
solomon mokoena 0 Reputation points
1 answer

Seeking a MAUI Forum

Where can I find a forum dedicated to MAUI? I have some questions regarding sqlite and sending messages to users within a MAUI application.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-31T23:06:39.0133333+00:00
Edward Benoit 1 Reputation point
answered 2024-09-01T04:15:14.5966667+00:00
Gowtham CP 4,510 Reputation points
0 answers

How to include custom entitlements when publishing an iOS app?

I"m following this document and it appears that the section of Custom Entitlements is gone. I've seen people have reported this issue but no possible solution or workarounds to be…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,008 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-31T23:12:33.7633333+00:00
Jay 20 Reputation points
edited a comment 2024-09-01T01:00:06.21+00:00
rashmika dube 0 Reputation points
0 answers

.net maui extremely slow

Someone please tell me that .maui on iOS is not as slow as it looks? I am running my app in debug mode, works fine in Android, Windows. However when I launch on iOS, it is extremely slow, it takes almost 20 seconds from the splash screen appearing to the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-31T23:11:52.0566667+00:00
Phunction 236 Reputation points
1 answer

Error APPX1101: [UWP] Payload contains two or more files with the same destination path: Microsoft.Web.WebView2.Core.dll

Installed Visual Studio 2022 (on a clean/fresh Windows 11 installation) version 17.10.0 Installed Microsoft.Identity.Client.Desktop Nuget package to open sign in within the window application. After that I'm getting "Found multiple publish…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,758 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 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.
10,804 questions
asked 2024-07-15T10:48:23.1366667+00:00
Ravi Khandale 5 Reputation points
commented 2024-08-30T16:31:39.48+00:00
60856927 26 Reputation points
1 answer

Delayed Update of Navbar Title and TabBar Background Color in .NET MAUI on Android When Switching Tabs

I'm working on a Xamarin Forms migration to .NET MAUI project where I'm encountering an issue with delayed updates to the Navbar title and Navbar background color when switching tabs on an Android device. its working as expected in the Xamarin Forms I…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,332 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 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.
10,804 questions
asked 2024-08-29T12:54:33.38+00:00
Omkar Pawar 0 Reputation points
edited the question 2024-08-30T12:53:42.7233333+00:00
Omkar Pawar 0 Reputation points
4 answers

Why I cannot reference iOS binding library

I created a .net8 MAUI project and an Android and an iOS binding libraries. I can see that in the iOS binding library, the generated classes are created. There are also no errors. But when I tried to reference the classes in the iOS binding library in…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-20T12:33:07.19+00:00
Wei Wen 1,101 Reputation points
commented 2024-08-30T12:08:05.3666667+00:00
Wei Wen 1,101 Reputation points
0 answers

How to Set Initial Two Tab left align and last Two Tab Right Align in MAUI TabbedPage

I have a TabbedPage in MAUI .Net API 34 Visual Studio 2022 I am loading Collection Class Data in TabbedPage with Content ItemTemplate. I have more than 7 records in collection class repository. Initially I am loading Two record and then on next Tab…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-29T08:30:09.68+00:00
Faiz Quraishi 60 Reputation points
commented 2024-08-30T11:28:54.43+00:00
Faiz Quraishi 60 Reputation points
0 answers

How to Keep smooth Navigation in self TabbedPage call on each Tab click Currentpagechanged event

I am using .Net MAUI 8 API 34 . I have multiple records in collection to load on TabbedPage. On Page Load I am binding only first three and then on CurrentPageChanged event of TabbedPage means when click on any Tab ,when CurrentPageChanged fire I am…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-21T18:14:33.6333333+00:00
Faiz Quraishi 60 Reputation points
commented 2024-08-30T11:23:01.6833333+00:00
Faiz Quraishi 60 Reputation points
1 answer

How to avoid multiple selected index change Event in TabbedPage on OnCurrentPageChanged

I have a TabbedPage in MAUI with API level 34 <TabbedPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" > <TabbedPage.ItemTemplate> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-17T04:20:14.7466667+00:00
Faiz Quraishi 60 Reputation points
commented 2024-08-30T11:20:36.28+00:00
Faiz Quraishi 60 Reputation points
0 answers

Undefined symbols for architecture arm64 Error, while using Native libraries in MAUI iOS

Hi, We are working on MAUI.iOS migration project from Xamarin.iOS. In Xamarin.iOS we have used few iOS Native libraries(.a files). The Xamarion.iOS project was working fine. But we used the native libraries in MAUI.iOS project we are getting below build…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-30T10:22:37.5066667+00:00
Niladri Padhy (ZEN3 INFOSOLUTIONS AMERICA INC) 0 Reputation points Microsoft Vendor
edited the question 2024-08-30T10:48:24.69+00:00
Niladri Padhy (ZEN3 INFOSOLUTIONS AMERICA INC) 0 Reputation points Microsoft Vendor
1 answer

Picker does not gain focus on iOS

Hi I am currently migrating our Xamarin app to MAUI. But there are multiple problems, we face time after time. The most we can solve by some workarounds. But this time, I don´t know if there is a workaround. The problem is, when tapping on our…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-08T11:50:53.3066667+00:00
Maximilian Grabner 5 Reputation points
commented 2024-08-30T10:07:43.3033333+00:00
Maximilian Grabner 5 Reputation points
0 answers

datepicker events

I would like the object to become invisible again when the user clicks cancel, or to become invisible returning the selected day when he clicks ok but I couldn't figure out which event to use for these two buttons

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 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.
10,804 questions
asked 2024-08-29T08:22:39.2533333+00:00
MacSlacky 61 Reputation points
commented 2024-08-30T09:34:55.9166667+00:00
MacSlacky 61 Reputation points
0 answers

MainActivity base.OnCreate() crush

The app is running on MAUI. When the app is in the background, the movement differs between the task being turned off and the state where it is not. If the task is in the background and the task is turned off, when the push notification comes, when the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,758 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-30T07:09:25.5466667+00:00
水元 翼 0 Reputation points
0 answers

How to resolve errors caused by a jar file imported in Android binding project

Hi, I have a existing jar file imported in my Xamarin Forms android project that communicates to a specific device. A new jar file has been supplied with new features to control/access the device, however I get some errors when I import the new jar file…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,758 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-23T09:30:33.0966667+00:00
JJ Muller 0 Reputation points
edited a comment 2024-08-30T06:54:41.31+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 73,846 Reputation points Microsoft Vendor
0 answers

Firebase Crashlytics is not logging error in Maui .net 8.0 ?

MainPage.xaml.cs ================ private void OnCounterClicked(object sender, EventArgs e) { _firebaseCrashlyticsService.Log(new Exception ("test")); try { count++; if (count == 1) CounterBtn.Text = $"Clicked…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-28T12:32:19.2466667+00:00
Debasis Patra 0 Reputation points
commented 2024-08-30T03:12:41.1733333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 41,351 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

platform specific maps

I already install Microsoft.Maui.Controls.Maps NuGet package and CommunityToolkit.Maui.Maps and register my Api key and everything work for Android and for Windows, and configure mauiProgram public static MauiApp CreateMauiApp() { var builder…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-29T01:54:20.8366667+00:00
Eduardo Gomez Romero 265 Reputation points
accepted 2024-08-30T00:08:47.2666667+00:00
Eduardo Gomez Romero 265 Reputation points
2 answers One of the answers was accepted by the question author.

Getting error cannot implicitly convert from one Class to other

Classes Questionping and I Questionpin are same , but still I get error saying cannot implicitlyconvert Questionping to IQuestionpin @inject NavigationManager Navigation @using System.Text; @using System.Net.Http.Headers; @using…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-29T11:49:18.96+00:00
Kalyan A 105 Reputation points
accepted 2024-08-29T16:49:10.7166667+00:00
Kalyan A 105 Reputation points
1 answer One of the answers was accepted by the question author.

Running app as pkg produces errors.

Hi, Use the following command to create a .pkg: dotnet publish -f net8.0-maccatalyst -c Release when running the app (net 8) i got this error: what i need to do ? 2024-08-26 15:10:34,922 [1] ERROR GssdDesktopClient.Maui.Helpers.UtillHelper -…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,341 questions
asked 2024-08-26T12:15:43.7633333+00:00
Dani_S 3,621 Reputation points
accepted 2024-08-29T10:51:54.7866667+00:00
Dani_S 3,621 Reputation points