3,207 questions with .NET MAUI tags

Sort by: Updated
1 answer

How Can I Reduce Network Transfer Delays for JS and CSS files to Minimize Lag in .NET MAUI Hybrid Blazor Applications?

Hi, I noticed that loading pages takes too long. I followed the Performance tab and observed that the resource duration is excessively long due to network transfer times. Duration: 2.177s (2.175s network transfer + 1.454ms resource loading) The resource…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,383 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-16T17:39:09.3466667+00:00
Sale Swift 0 Reputation points
answered 2024-07-16T18:05:31.83+00:00
Bruce (SqlWork.com) 61,186 Reputation points
1 answer

MAUI .NET 8 on iOS -System.ArgumentException: NaN is not a valid value for width

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. When tried to run the project with the iOS simulator, which threw the exception below, System.ArgumentException: NaN is not a valid value for width at…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-02T12:36:32.7033333+00:00
Aneetha 45 Reputation points
commented 2024-07-16T18:01:24.4866667+00:00
Sharaniya Swaminathan 0 Reputation points
2 answers

Is it possible to play videos on Android with a native video player?

In one project the following code for Xamarin MediaManager works. But I have another project where I use the same code and there it is not working. The problem is that the video is not correctly displayed in full screen because there is a small free area…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-06-22T10:01:05.73+00:00
Kim Strasser 836 Reputation points
commented 2024-07-16T13:09:09.58+00:00
Kim Strasser 836 Reputation points
1 answer One of the answers was accepted by the question author.

can not create framework of ios.

now I am building ios Binding of this repo:https://github.com/BradLarson/GPUImage and I create framework but there is error: error: cryptexDiskImage' is an unknown content type how to create it?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-10T15:24:24.1733333+00:00
mc 4,111 Reputation points
accepted 2024-07-16T09:37:58.88+00:00
mc 4,111 Reputation points
2 answers

How to Equally space menu items of BottomNavigationView in Android Tab?

Screenshot 2024-07-11 at 5.25.28 PM.png https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/Shell I've set up this MAUI Shell project and removed one item from the BottomNavigationView. Once removed the remaing three items are…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,624 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-11T12:03:56.5266667+00:00
Mohammed, Rahil 0 Reputation points
answered 2024-07-16T02:36:28.2066667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,931 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to create folder structure when app loaded.

Hi, I'm in net 8 macos. I want to create on this path : var lib = FileSystem.AppDataDirectory. folder name App and inside it folder Logs. if these folders exists don't create them. Please add full code ? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-11T10:36:07.6766667+00:00
Dani_S 3,316 Reputation points
accepted 2024-07-15T20:32:12.2966667+00:00
Dani_S 3,316 Reputation points
1 answer

Help Needed: Errors in Initial .NET MAUI Project

I have created my first .NET MAUI project several times, but to my surprise, errors appear without changing any line of code. Although the application runs fine, the lines remain underlined. I have captured a screenshot so you can see the issue and guide…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 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,627 questions
asked 2024-07-08T01:24:07.06+00:00
Roberto C 120 Reputation points
commented 2024-07-15T09:41:34.1466667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,931 Reputation points Microsoft Vendor
1 answer

I dont understand why OnPropertyChanged is not firing in neither my Model or ViewModel

I am using the MVVM Community Tollkit and below is the generated code. I also included my Model code and the OnPropertyChanged Method. I put a breakpoint in the generated code on the property Spousessn and it was fired and OnPropertyChanged in the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 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,627 questions
asked 2024-07-09T21:32:59.66+00:00
Tom Meier 220 Reputation points
commented 2024-07-15T09:40:44.49+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,931 Reputation points Microsoft Vendor
0 answers

Dirty log for font

Hi, I get error for in the log, bu app work as expected. Where this error come from? Thanks, 2024-06-30 13:47:22,492 [1] ERROR Microsoft.Maui.FontManager - Error loading font 'Assets/Fonts/Arial.ttf'. System.ArgumentException: The parameter is…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-02T09:25:28.8333333+00:00
Dani_S 3,316 Reputation points
commented 2024-07-15T08:53:59.74+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,931 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Maui for Android editor text selection issue

Hello All. using Maui net 8 android 14. Please when I select a word in the editor a menu copy paste select all pop-up and when I choose select all the screen scroll and the selection mark is hidden and I need to scroll to see it. Please how I can fix…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-14T14:14:48.0633333+00:00
Haviv Elbsz 2,071 Reputation points
commented 2024-07-15T08:42:27.2633333+00:00
Haviv Elbsz 2,071 Reputation points
1 answer

Get The Accounts That Have Been Signed In Already In MSAL (MAUI)

Implementing MSAL in MAUI application. Sign In process is created by using below snippet. authenticationResult = await _identityClient .AcquireTokenInteractive(AppSettings.MSALScopes) …

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,326 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,383 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,759 questions
asked 2024-07-08T16:54:36.2333333+00:00
Smit Rathod 0 Reputation points
commented 2024-07-15T08:16:22.3466667+00:00
Akhilesh 7,230 Reputation points Microsoft Vendor
1 answer

Maui for Android Stepping Through Code inside checkbox code

Hello All. in my app I have a checkbox handler that I want in debug to run to cursor and stepping the code. When I put the cursor in the code and right click and choose the option run to cursor the debugger start build and then the UI in the emulator is…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-06T16:13:35.88+00:00
Haviv Elbsz 2,071 Reputation points
commented 2024-07-15T05:42:23.2433333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,906 Reputation points Microsoft Vendor
0 answers

Scroller Jumps to Start Position when Entry Control Gains Focus in VirtualizeListView

GitHub Source code URL : https://github.com/MPowerKit/VirtualizeListView.git When using the VirtualizeListView component with Entry controls inside it, the scroller scrolls to the start position whenever an Entry control gains focus. This issue disrupts…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,624 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-12T23:30:54.89+00:00
S GAIKWAD 231 Reputation points
commented 2024-07-15T05:42:09.6533333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor
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,207 questions
asked 2024-06-25T09:23:23.6533333+00:00
Dani_S 3,316 Reputation points
commented 2024-07-15T03:02:30.4033333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor
1 answer

Need Help Diagnosing Maui runtime Crash in iOS App

Hi everyone, I'm experiencing a crash in my iOS app and would appreciate some assistance in diagnosing the issue. The crash report indicates a SIGABRT (signal 6, abort trap) caused by an abort() called in the main thread. Here are the relevant details…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,140 questions
asked 2024-07-01T03:39:18.5466667+00:00
Jonathan Abraham 0 Reputation points
commented 2024-07-15T02:12:31.8166667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor
1 answer

Why is the browser name is missing from the userAgent string of the browser when running the MAUI Blazor project on iPad?

Hi Guys, I am working on a MAUI Blazor project. In it, I am handling the drag operation based on the browser name that is present in the userAgent property. The userAgent property gives the name of the browser when running in the windows. But when I…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-01T10:06:33.4+00:00
MAUI Blazor Developer 0 Reputation points
commented 2024-07-15T02:11:50.7066667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor
1 answer

Mac connect in visual studio

I'm running the app in visual studio. In order to check the operation with the Mac simulator, the following error occurs when I connect to the Mac and build. What should I do? error: No provisioning profiles were found available for OnlineSecurityApp…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,624 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-11T00:37:59.3133333+00:00
水元 翼 0 Reputation points
commented 2024-07-15T02:04:49.07+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor
1 answer

MAUI Custom Seekbar Implementation

We were running our applications on the Xmarin platform, but we decided to move them to the MAUI platform. As a result, things that used to work normally are now moving differently. The problem I want to solve this time is related to Seekbar. I would…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,624 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-09T07:48:07.1066667+00:00
水元 翼 0 Reputation points
commented 2024-07-15T02:02:40.5533333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor
1 answer

Maui for Android issue with Clipboard.Default.SetTextAsync

Hello all the code for Clipboard.Default.SetTextAsync as shown build ok but croush at app starting. Any help Thank you. Using maui and android latest versions. private void TDRangeTB_TextChanged(object sender, TextChangedEventArgs e) { …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-11T13:02:57.0366667+00:00
Haviv Elbsz 2,071 Reputation points
commented 2024-07-15T01:54:19.7766667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor
1 answer

button dosent bind with SelectedDate, to ble to be able

I have created a custom control <ContentView x:Class="customDatePicker.Controls.DateTimeZonePicker" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-08T17:00:23.51+00:00
Eduardo Gomez Romero 245 Reputation points
commented 2024-07-15T01:05:29.68+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,931 Reputation points Microsoft Vendor