2,859 questions with .NET MAUI tags

Sort by: Updated
1 answer

iOS App screen size problems after upgrading to .net8.0

I have noted that after an upgrade to .net8.0 that my iOS app has a size issue. This persists even after returning to .net7.0 and gets resolved after reverting code before the upgrade. After some digging myself i have noted that some files are not being…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-23T10:53:10.2366667+00:00
No_Focus 25 Reputation points
commented 2023-12-04T03:05:42.0633333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,221 Reputation points Microsoft Vendor
1 answer

Azure App Service Issue with DevExpress .NET MAUI Blazor Report

Hello, I am reaching out to seek help with an issue I am facing when using the Azure App Service for my .NET MAUI Blazor project, which incorporates DevExpress for reporting. My project's source code can be found at this GitHub link:…

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,385 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,865 questions
asked 2023-04-18T01:34:01.0433333+00:00
M. Afifah 0 Reputation points
edited the question 2023-12-03T20:43:58.1533333+00:00
brtrach-MSFT 15,176 Reputation points Microsoft Employee
1 answer

Maui view does not update Binding value correctly

Hi everyone, I am using VS2022 Version 17.7.0 to create a C# Maui app and class myself as a beginner. I have been following Youtube videos and have my MVVM design working (to a point so far). I have the CommunityToolkit.Maui and Community Toolkit.MVVM…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-12-01T05:54:27.94+00:00
John Rutherford 21 Reputation points
answered 2023-12-02T04:53:29.5433333+00:00
John Rutherford 21 Reputation points
1 answer

How to enable Drag gesture on Android plateform with .net MAUI ?

Hello I made a simple MAUI c# project with an implementation of drag and drop in my MainPage https://github.com/pierre-yves-cmd/montestdd The sample work well on Windows Plateform but on Android, the drag gesture seem to be not triggered. When i use…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 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,234 questions
asked 2023-12-01T13:12:48.4633333+00:00
Pilou 0 Reputation points
answered 2023-12-01T21:07:25.8433333+00:00
Pilou 0 Reputation points
0 answers

MAUI: Can't rebuild the app in release mode due to unknown errors

I am getting below errors when try to rebuild my MAUI app in release mode. Severity Code Description Project File Line Suppression State Error MSB4064 The "AndroidFixManifests" parameter is not supported by the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-22T13:58:28.76+00:00
Sreejith Sreenivasan 691 Reputation points
commented 2023-12-01T15:48:49.7033333+00:00
Sreejith Sreenivasan 691 Reputation points
1 answer

Visual Studio 2022 doesn`t see android device at all

Hello, guys! I have a problem, after upgrade VS. 2022 and switch to .NET 8 studio doesn't see android device (Nokia G22) no longer. I tried everything, install USB drivers through VS., download the various Android SDK according to my current version(12),…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,600 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-28T22:42:10.61+00:00
Алексей Макаров 0 Reputation points
commented 2023-12-01T09:33:31.99+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,416 Reputation points Microsoft Vendor
1 answer

UI changes required for Datepicker control in .Net MAUI.

Hi Team, I am working on a .Net MAUI app (in Visual Studio 2022), Android emulator used is Pixel 5 API 33. I have a requirement where I have to show MAUI Date Picker control in a box like view and an image(like calendar ) in same box. I am able to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-25T16:01:05.0133333+00:00
salilsingh-9961 346 Reputation points
commented 2023-12-01T09:00:47.24+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,291 Reputation points Microsoft Vendor
0 answers

How to disable predictive back button icon for the maui android app

Hello. Please help to find a solution to disable the predictive back button icon for the MAUI android

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-29T12:16:30.3266667+00:00
Hakob Hovhannisyan 21 Reputation points
commented 2023-12-01T08:40:33.73+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,416 Reputation points Microsoft Vendor
0 answers

android:exported needs to be explicitly specified for element

I'm using an AndroidAltBeaconLibrary library When compiling, it modifies my mainfest.xml and puts some settings there: <receiver android:enabled="true" android:exported="false"  /> When I try to copy I get the error: Error…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-30T14:44:34+00:00
Ivan Teles - iDev Web 1 Reputation point
commented 2023-12-01T08:05:12.89+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,416 Reputation points Microsoft Vendor
1 answer

Is System.IO.Ports currently only support on Windows(using MAUI build)

Hello, I'm trying to develop some application with serial communication function on mac and Windows using MS's .Net MAUI for cross platform development. The same code works windows like open/close a port, send data read data, everything works perfectly.…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-30T04:57:36.8533333+00:00
준섭 김 0 Reputation points
answered 2023-12-01T07:56:15.6866667+00:00
JessieZhang-MSFT 7,706 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Mantain fllyout menu in windows

I want to maintain this open n Window I am doing this public partial class AppShell : Shell { public AppShell(AppShellViewModel appShellViewModel) { InitializeComponent(); Navigating += AppShell_Navigating; private void…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-30T22:07:02.1133333+00:00
Eduardo Gomez 3,416 Reputation points
accepted 2023-12-01T02:54:17.72+00:00
Eduardo Gomez 3,416 Reputation points
1 answer

Migirating from Xamarin.Android to .NET - .NET vs MAUI?

I have read all of the documentation on the Microsoft website. However, I am unclear on the following: Can I make an Android app in .NET 8 WITHOUT having to use MAUI controls? This is unclear in the documentation because, on this page for example, it…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,368 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-30T20:39:21.33+00:00
Andrew S Bissada 5 Reputation points
answered 2023-11-30T22:40:44.87+00:00
Rob Caplan - MSFT 5,412 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Applying border in ListView rows and gap between rows

Hi Team, I am working on a .Net MAUI app (in Visual Studio 2022), Android emulator used is Pixel 5 API 33. I need to show data in ListView control, I need to show border around each row of list view and there should be gap between rows, Please let me…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-25T16:03:34.24+00:00
salilsingh-9961 346 Reputation points
accepted 2023-11-30T17:06:24.2133333+00:00
salilsingh-9961 346 Reputation points
2 answers

.NET Maui Android App not showing Flyout Menus

In my Windows app, my Flyout Menus are showing up correctly and respond correctly when clicked, however, the Flyout Menus do not show up while using any Android Emulators. Here is my xaml: <ContentPage.MenuBarItems> <MenuBarItem…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-08-04T21:52:36.5466667+00:00
Fritz Switzer 241 Reputation points
commented 2023-11-30T13:38:36.2333333+00:00
MD.AMRAN MONDOL 0 Reputation points
1 answer One of the answers was accepted by the question author.

MAUI: 'Controls' could not be found and mipmap/appicon_round not found.

I am getting below errors when rebuilding the app in release mode before creating APK file. Severity Code Description Project File Line Suppression State Error APT2067 failed processing manifest. MyProjectName C:\Program…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-28T13:55:21.8733333+00:00
Sreejith Sreenivasan 691 Reputation points
accepted 2023-11-30T13:34:06.6366667+00:00
Sreejith Sreenivasan 691 Reputation points
1 answer

How to fix the connection problem from .NetMaui to SQLServer with Microsoft.Data.SqlClient

please hekp me to solve problem below.. There is a small .netMaui software connect to SqlServer. Once I run "Windows Machine", everything is fine. Once I turn it to Android emulatr, I get error message belowe. How can I solve…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,690 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-27T08:58:57.1366667+00:00
İsmail Ekşi 0 Reputation points
commented 2023-11-30T08:20:32+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,416 Reputation points Microsoft Vendor
1 answer

Information for previous page

Hi Team, I am working on a .Net MAUI app (in Visual Studio 2022), Android emulator used is Pixel 5 API 33. I have a requirement where once control of my app reaches to view model of a particular view, i need to know the name/title of the previous…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-30T07:37:41+00:00
salilsingh-9961 346 Reputation points
answered 2023-11-30T08:09:45.5766667+00:00
Alessandro Caliaro 4,181 Reputation points
1 answer One of the answers was accepted by the question author.

Datepicker pop up appearance

Hi Team, I am working on a .Net MAUI app (in Visual Studio 2022), Android emulator used is Pixel 5 API 33. Using DatePicker control, is it possible to get the pop up as below - Thanks, Salil

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-28T03:34:56.2166667+00:00
salilsingh-9961 346 Reputation points
accepted 2023-11-30T07:46:12.9166667+00:00
salilsingh-9961 346 Reputation points
1 answer One of the answers was accepted by the question author.

DatePicker DateSelected event in ViewModel

Hi Team, I am working on a .Net MAUI app (in Visual Studio 2022), Android emulator used is Pixel 5 API 33. For Datepicker control, need to define the DateSelected event in the ViewModel. Can you please let me know how to achieve this. Thanks, Salil

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-28T03:37:37.2433333+00:00
salilsingh-9961 346 Reputation points
accepted 2023-11-30T07:31:06.13+00:00
salilsingh-9961 346 Reputation points
0 answers

Pinch gesture is not working on maui

public class PinchToZoomContainer : ContentView { double currentScale = 1; double startScale = 1; double xOffset = 0; double yOffset = 0; public PinchToZoomContainer() { var pinchGesture = new…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,606 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,368 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,859 questions
asked 2023-11-24T16:05:24.0066667+00:00
Prabhu Rout 0 Reputation points
commented 2023-11-30T06:04:19.4966667+00:00
Prabhu Rout 0 Reputation points