2,923 questions with .NET MAUI tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Add Submit button instead of onclick

@inherits OptionCardBase <div class="option" @onclick="SelectOption">@Option</div> Currently the options are captured with onclick ,can a submit button be added and option is captured when button is clicked?

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,403 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-12-11T18:44:24.0966667+00:00
Maui Learner 460 Reputation points
commented 2023-12-13T16:30:52.5133333+00:00
Maui Learner 460 Reputation points
2 answers

MAUI Firebase iOS not building

I am trying to implement and compile with Visual Studio 2022 in Windows 11 with push notifications in my MAUI application for both Android and iOS. I receive the following error when building: "Unable to copy file…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,643 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,281 questions
asked 2023-11-30T14:50:44.0666667+00:00
RR 5 Reputation points
answered 2023-12-13T16:17:46.0933333+00:00
RR 5 Reputation points
2 answers

Upgrading C# NET Core 7.0 to 8.0 in Visual Studio IDE - Guidance and Suggesgtions

Long story short First and foremost: You might have Visual Studio 2022 IDE installed and think that meets the requirement for .NET 8 when it might not. It might not be the most recent version (as of time of this post) of VS 2022 which is required. …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,643 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 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,307 questions
asked 2023-12-01T19:07:07.91+00:00
Todd Albers 1 Reputation point
commented 2023-12-13T11:17:33.0566667+00:00
Anna Xiu-MSFT 25,891 Reputation points Microsoft Vendor
1 answer

Execute external javascript embedded in inline html from .net Maui windows desktop application

0 I have an Html code embedded in C# .net MAUI windows desktop application. The Html references to external javascript files but this code doesn't work in .net MAUI solution for windows desktop app. any possible leads to this problem? The .js files are…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 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,307 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,281 questions
asked 2023-12-12T11:23:39.7333333+00:00
Leon Rodrigues 0 Reputation points
accepted 2023-12-13T10:54:49.6766667+00:00
Leon Rodrigues 0 Reputation points
0 answers

[CfApi] How to correctly connect to the sync root in .NET MAUI?

Hello, I'm testing out stuff with .NET MAUI and CfApi. I have this small example project. https://github.com/tomasbut/cfapi_maui Populating placeholders doesn't work as expected - there's no status, the placeholder icon has this brown box thingy.…

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,429 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 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,307 questions
asked 2023-12-07T07:24:38.2266667+00:00
Tomas 0 Reputation points
commented 2023-12-13T10:29:53.6133333+00:00
Junjie Zhu - MSFT 15,211 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

MAUI -Crud operations in XML

Hi, I'm using Maui app , I need to create/add/delete operations in XML. The node is Job id(idenatifier) , vault..... How I create the xml. How I add new node to xml. How I delete node from XML using Job id(idenatifier). Thanks,

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,415 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-12-11T14:39:40.7266667+00:00
Dani_S 2,746 Reputation points
accepted 2023-12-13T09:56:52.3533333+00:00
Dani_S 2,746 Reputation points
1 answer One of the answers was accepted by the question author.

Maui android text inside label property element

I use version 17.9 preview and android version 34. Hello all. how I know where to start the text in the xaml file in relation to the start text in the output. For example the text below is the text 'First line' starts in most left in the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-12-12T19:06:07.6066667+00:00
Haviv Elbsz 1,926 Reputation points
edited an answer 2023-12-13T07:52:23.57+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 36,231 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to fix scaling of app window in MAUI UWP app?

I have a UWP application developed using .NET MAUI. My requirement is that the app window needs to adjust to user screen size (1920X1080, 1680X1050, etc.) but it should not take user screen scaling (125%). It should always use 100% scaling of the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-07-24T13:43:29.97+00:00
Lohith K K 105 Reputation points
accepted 2023-12-13T07:36:26.6633333+00:00
Lohith K K 105 Reputation points
1 answer One of the answers was accepted by the question author.

MAUI WebView access geolocation

On my .NET MAUI project (Android) I'm using a WebView to access a webpage, which does ask for location permission. I've already added native location permission to my app, which does ask when I start it. But when the webpage tries to access the location,…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-12-10T17:36:51.0566667+00:00
Andy 45 Reputation points
commented 2023-12-13T06:43:33.59+00:00
Andy 45 Reputation points
1 answer

Implementing command in Datepicker control

Hi Team, I am working on a .Net MAUI app (in Visual Studio 2022), Android emulator used is Pixel 5 API 33. I am working on a MAUI project where for every property and command defined in the xaml of the view, i need to put them in an interface for view…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-12-11T09:06:16.56+00:00
salilsingh-9961 346 Reputation points
commented 2023-12-13T02:45:09.72+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,741 Reputation points Microsoft Vendor
1 answer

Which tools can be used to measure performance of mobile app developed with MAUI frame work for Android & ioS

Want to measure performance of the app developed using MAUI. Looking for tools equivalent to Xamarin profiler and android profile which can help in identifying rendering time of each screen and number of objects created and disposed.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
239 questions
asked 2023-12-12T13:53:04.69+00:00
Davuluri, Rajani 0 Reputation points
edited an answer 2023-12-13T02:01:48.6+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,741 Reputation points Microsoft Vendor
1 answer

Latest release and my phone no longer connects

Input all the details , hit Post your Question and got a 404. This is so typical Updated VS and now can no long connect my Android phone. Installed 17.9 and it is even worse

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,643 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-12-12T16:07:14.7333333+00:00
Lloyd Sheen 1,386 Reputation points
answered 2023-12-12T20:47:32.9033333+00:00
Lloyd Sheen 1,386 Reputation points
1 answer

MAUI App launches fine in iOS Simulator, refuses to build for device

When I start building a default MAUI project for a physical iOS device on Visual Studio for Mac Preview 17.3 (build 191) on Macbook Air M1 with macOS 12.2.1 I get this error message: …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2022-05-24T04:28:28.427+00:00
Alexei Vinidiktov 1 Reputation point
commented 2023-12-12T17:59:17.2966667+00:00
Jacob Clark 16 Reputation points
0 answers

.Net MAUI - Android TV - Displaying Now Playing card

first of all, I know that Maui not supporting android TV now, however, the code I need for this is included in.NET MAUI from Xamarin Forms and A[ndroid.Media.Session][1]. I just can't apply the code correctly or I'm missing something from these…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-01-15T00:00:29.6966667+00:00
Abanoub Zak 36 Reputation points
commented 2023-12-12T17:15:59.42+00:00
Okechukwu Ezekiel 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to set font weight and width in MAUI projects

Hi. I haven't found any documentation on this. There are fonts that have their weight and width variants embedded inside their .ttf file. In there, variants are named like e.g. FontName Light Condensed. Condensed value means shrunk in spacing and width.…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,701 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-12-08T12:50:16.2666667+00:00
MSCollege3000 120 Reputation points
accepted 2023-12-12T15:50:08.81+00:00
MSCollege3000 120 Reputation points
1 answer

Hot reload gets worse

In trying to get rid of the APP not responding problem with the Android emulator, after about 100 things to try (rebooting after every execution works but is .....) I then disabled Hot Reload. That like all the previous tries did not work. And then it…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,643 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-12-11T22:46:29.36+00:00
Lloyd Sheen 1,386 Reputation points
answered 2023-12-12T14:46:13.7566667+00:00
Lloyd Sheen 1,386 Reputation points
1 answer One of the answers was accepted by the question author.

Image Capturing from camera getting tilt to left 90 degree in MAUI

We have Implemented Photo capturing and choose photo from gallery and we also put one condition that if image size is greater that 512 KB then resize the image. And whenever the image size getting more that limit it is tilting to left by 90 degree. How I…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-11-30T17:18:22.6733333+00:00
Pratap Singh, Ayush 20 Reputation points
accepted 2023-12-12T14:30:02.9233333+00:00
Pratap Singh, Ayush 20 Reputation points
0 answers

branch-xamarin-linking-sdk not building for ios .net 8

I have recently upgraded my Maui app to use .net 8 but one of my Nuget packages will not build for iOS (builds for Android just fine). I am getting the following error. The xcframework…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-12-11T21:35:12.87+00:00
Daniel Manchester 0 Reputation points
commented 2023-12-12T13:13:30.98+00:00
Daniel Manchester 0 Reputation points
3 answers

Cursor position wrongly updates when a colon is added to entry from coding.

Cursor position wrongly updates when a colon is added to entry from coding. Working fine in Xamarin Forms but not in MAUI. I have created a sample project which reproduces the issue. please download the project from this link

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-05-25T10:35:03.17+00:00
Satya 85 Reputation points
answered 2023-12-12T10:19:55.8733333+00:00
Gunawardana, Bagya Nuwanthi 0 Reputation points
1 answer One of the answers was accepted by the question author.

Minimum requirements for building apps on Mac

Hello, let me say, i want to create and build an app with MAUI on Mac/iPhone. Afaik currently i need a Mac for building the packages. But what minimum requirerments have this packaging mac? Is an old boxed mac enough? Greetings Sascha

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,923 questions
asked 2023-12-11T17:54:39.79+00:00
saigkill 21 Reputation points
commented 2023-12-12T08:31:32.8466667+00:00
saigkill 21 Reputation points