3,231 questions with .NET MAUI tags

Sort by: Updated
2 answers

Could not install iOS workload

I'm facing this issue when trying to pair between VS Windows and Mac to debug using the iOS device. I tried this approach, but it didn't work out.…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
asked 2024-03-01T15:33:06.2+00:00
Huynh Than 65 Reputation points
answered 2024-07-18T13:12:35.6+00:00
Juan Carlos G.Barett 0 Reputation points
1 answer

How to get a particular column from table and display in in label and not in the list in sqlite database in mvvm model

In MVVM model using async connection, I want to retrieve just one column from my async table to a label not to list. all sample I am seeing put all column in the list . I want only one mesa1 column to be displayed in a label.text. public async Task

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,361 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 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,648 questions
Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
702 questions
asked 2024-06-08T10:40:43.1+00:00
Gbenga Banuso Odumosu 40 Reputation points
edited the question 2024-07-18T10:04:50.2533333+00:00
Rakesh Gurram 5,485 Reputation points Microsoft Vendor
2 answers

I am using the MVVM pattern and I want to get the value of the property in the OnPropertyChanged event

I want to get the value of the property in the OnPropertyChanged event. I would rather not use reflection.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 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,648 questions
asked 2024-07-10T16:20:54.3866667+00:00
Tom Meier 220 Reputation points
commented 2024-07-18T07:10:19.25+00:00
juliawhites 0 Reputation points
2 answers

How to store large amount of Data in maui application.

Hello Team, We had migrated our xamarin application to Maui - We need to store large json file approx ( 1 Lakh lines). Earlier in Xamarin we used to create a text file in local folder and we used to write into that particular file. Can we follow the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
asked 2024-07-11T05:34:29.1466667+00:00
Vaibhav Methuku 80 Reputation points
commented 2024-07-18T06:43:40.4166667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 39,391 Reputation points Microsoft Vendor
0 answers

Remove bumptech.glide.load.data java package from maui app

I am building a maui app targeting .Net 8. I see the app depends on the java package bumptech.glide.load.data which also allows HTTP(non https) URL. I could not find direct dependency on bumptech.glide.load.data package what is the best way to remove…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
asked 2024-07-17T17:32:15.8466667+00:00
Somnath Shukla 411 Reputation points
commented 2024-07-18T06:37:52.6566667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 39,391 Reputation points Microsoft Vendor
0 answers

Webview Source issue

We are encountering an issue where the WebView in our Android app is automatically appending "file:///android_asset/" to the URL, causing the webpage not to display correctly on our device. Please help us how to solve this issue.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
asked 2024-02-04T07:18:45.85+00:00
Yogita Magdum 5 Reputation points
commented 2024-07-18T06:17:51.8633333+00:00
zhang yu hui 0 Reputation points
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,231 questions
asked 2024-07-01T10:46:09.4966667+00:00
mc 4,111 Reputation points
commented 2024-07-18T06:05:13.3733333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,381 Reputation points Microsoft Vendor
0 answers

Maui for Android context menu pop-up paste in Editor scroll problem

Hello All. in my app when the Editor contains many lines of text and I tap the pop-up cut menu and then I long press and tap the paste menu the Editor text scroll to the bottom of the Editor and also the screen scroll to the bottom. Note that I…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
asked 2024-07-14T06:16:13.8166667+00:00
Haviv Elbsz 2,071 Reputation points
commented 2024-07-18T04:25:02.6766667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 72,251 Reputation points Microsoft Vendor
0 answers

.NET MAUI infinite building when added Plugin.Firebase

Hello. I want to develop an IOS application and when I add Plugin.Firebase to be able to send notifications the application won't build when pressing F6. Here's the .csproj file <Project…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
asked 2024-07-16T17:34:18.3266667+00:00
Teodor Kapitanov 0 Reputation points
commented 2024-07-17T03:16:34.2633333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 72,251 Reputation points Microsoft Vendor
2 answers

The background color of my LaunchScreen.storyboard is not displayed on my iPad

I have created a launch screen in my iOS project on my iMac. After that I have copied my iOS project to my Windows 11 laptop. But the problem is that the background color of my launch screen is not displayed when I debug my game on my iPad. The…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,888 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
asked 2024-06-26T22:05:42.0566667+00:00
Kim Strasser 876 Reputation points
commented 2024-07-17T01:50:53.7066667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,381 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

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,231 questions
asked 2024-07-02T00:34:46.56+00:00
Sami 901 Reputation points
accepted 2024-07-16T19:36:51.7933333+00:00
Sami 901 Reputation points
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,400 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 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,731 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,231 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,231 questions
asked 2024-06-22T10:01:05.73+00:00
Kim Strasser 876 Reputation points
commented 2024-07-16T13:09:09.58+00:00
Kim Strasser 876 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,231 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,647 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 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.) 72,251 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,231 questions
asked 2024-07-11T10:36:07.6766667+00:00
Dani_S 3,336 Reputation points
accepted 2024-07-15T20:32:12.2966667+00:00
Dani_S 3,336 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,231 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,648 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.) 72,251 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,231 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,648 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.) 72,251 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,231 questions
asked 2024-07-02T09:25:28.8333333+00:00
Dani_S 3,336 Reputation points
commented 2024-07-15T08:53:59.74+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 72,251 Reputation points Microsoft Vendor