3,019 questions with .NET MAUI tags

Sort by: Updated
2 answers

Burn media in MAC

Hi Bruce, Maui approach is to run windows in a vm, and use visual studio for windows. Is there burn media in apple ? How do i work with it ? C# ? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-14T03:24:40.07+00:00
Dani_S 2,906 Reputation points
answered 2024-05-31T18:56:29.6233333+00:00
Bruce (SqlWork.com) 58,441 Reputation points
1 answer

How to symbolicate ios app Crash developed in .Net MAUI that we are getting from appstore connect

Hi Team, We have a app developed in .net MAUI for both android and ios. We are able to see Crashes in ios (Appstore connect) here is how we are able to see the crashes Step 1 :- open X-Code Step 2 :- click on window> Organizer Step 3 :-…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-31T06:46:41.61+00:00
GRANDHI SAI BABA 0 Reputation points
answered 2024-05-31T16:19:58.73+00:00
Bruce (SqlWork.com) 58,441 Reputation points
0 answers

.net maui grouping data binding not working, displays blank lines.

My listview does not bind correctly, I'm getting blank lines. ( I'm missing something in the code) (in debug) the for each loop show there is data in the Items object but it does not show up in the listview. Xaml <?xml version="1.0"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-30T12:51:24.5833333+00:00
tim 140 Reputation points
commented 2024-05-31T12:54:21.3566667+00:00
tim 140 Reputation points
2 answers

I am getting an Object Reference Not set to an instance of an object trying to pair mac to pc via Visual Studio

I have been working successfully for weeks on my .net maui application targeting ios. I normally open the application and then pair to mac from within visual studio and all is well. However, starting yesterday evening I can no longer connect to my mac.…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,725 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-30T15:05:04.3066667+00:00
Billy Jacobs 6 Reputation points
edited a comment 2024-05-31T11:24:39.96+00:00
Sibalik, Mike 11 Reputation points
0 answers

How to disable push refresh on IOS .net maui?

Hi I have a scroll view with horizontal orientation. Couple frames in view. In android work perfect. But on IOS if touch or push down the refresh start. How can I disable this refresh?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-31T04:08:45.5366667+00:00
Баходир Кадыров 0 Reputation points
commented 2024-05-31T11:03:41.7933333+00:00
Баходир Кадыров 0 Reputation points
1 answer

How to play a web mp4 file with headers in MAUI?

I'm trying to player a web media with community's mediaelement,but there isnot any ways to set http headers. In Android, I can use the factory property in exoplayer,but in windows,I can't find any document about using winui's mediaplayer to player a…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,481 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-16T06:52:52.46+00:00
尼龟 杰 150 Reputation points
commented 2024-05-31T08:13:11.4366667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,191 Reputation points Microsoft Vendor
1 answer

How to bring app to the top of all other apps in .Net MAUI mac catalyst

I want to bring the application to the top of all other apps, but i have tried all the below codes, but none of them working as expected. code snippet UIWindow window = UIApplication.SharedApplication.Windows[0]; if (window != null) { …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,481 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-13T10:22:22.3533333+00:00
Kiran Mohanty 0 Reputation points
commented 2024-05-31T08:12:17.89+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,191 Reputation points Microsoft Vendor
1 answer

The type Prism not found in MAUI (prism.form dll not found in MAUI)

public partial class App { private static readonly string StartPage = DebugAppConfig.StartupPage; public App(IPlatformInitializer initializer = null) : base(initializer) { } private Maybe<Uri> LaunchUri { get; set; } =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-01T15:07:58.3333333+00:00
Debasis Patra 0 Reputation points
commented 2024-05-31T08:02:16.62+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,191 Reputation points Microsoft Vendor
1 answer

building simple MAUI app causes an error

Type "Shell" was not found. Verify .... It is literrally the first line in AppShell.xaml. I have just created a new application and not edited any pages. The defult pages should be correct and buildable in sample app.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-06T22:11:05.73+00:00
Tariq Roshan 0 Reputation points
commented 2024-05-31T08:01:41.8966667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,191 Reputation points Microsoft Vendor
1 answer

Carousel not changing items in real-time, blank slide, grey bar at the bottom on iOS

I am binding an ObservableCollection to a Carousel view and displaying images and text. What I am noticing is that if I change the contents of the ObservableCollection, the Carousel doesn't reflect the change in realtime. I have to swipe through a few…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-29T19:06:17.7066667+00:00
Reza Mohamed 1 Reputation point
commented 2024-05-31T07:53:42.4266667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,356 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

In ScrollView, first entry is becoming focus. i need to stop it.

<ScrollView Grid.Column="1" x:Name="myScrollView" WidthRequest="500" > <Border StrokeThickness="2"> <StackLayout> <Entry x:Name="MainEntry"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-30T18:40:37.5966667+00:00
Sowndarrajan Vijayaragavan 390 Reputation points
accepted 2024-05-31T07:44:15.7633333+00:00
Sowndarrajan Vijayaragavan 390 Reputation points
1 answer

How to check crash log sent by Apple review team for iOS .Net MAUI application.

We have developed an application using .Net MAUI in Visual Studio 2022 on Windows machine. Application is working properly on android devices and also working on iPhone device. We upload an application version on Apple App Store, but it was rejected with…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-27T14:03:37.5866667+00:00
Bhushan Akole 0 Reputation points
edited a comment 2024-05-31T07:17:58.9966667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,356 Reputation points Microsoft Vendor
0 answers

How to remove page navigation animation in .Net MAUI?

I am using Appshell for navigation. Appshell.Xaml.cs Routing.RegisterRoute(nameof(LoginPage), typeof(LoginPage)); In Viewmodel relay command i am call the below AppShell.Current.GoToAsync(nameof(LoginPage)); Animation is moving from left to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-21T05:43:55.4466667+00:00
Sowndarrajan Vijayaragavan 390 Reputation points
commented 2024-05-31T06:51:19.05+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,921 Reputation points Microsoft Vendor
1 answer

publish app in mac

Hi, How do i publish my app in mac ? In windows i did: dotnet publish -f net8.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-29T07:47:18.4366667+00:00
Dani_S 2,906 Reputation points
commented 2024-05-31T06:46:24.4266667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,921 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to implement Session time out in .NET MAUI?

Target platform - Widows We need to close the application, if the application is idle for longer then 30 minutes

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2023-07-05T10:00:36.7433333+00:00
Sowndarrajan Vijayaragavan 390 Reputation points
commented 2024-05-31T06:40:15.0233333+00:00
Ashutosh Mehere 0 Reputation points
1 answer

.Net Maui, ability to access external sd card

With the removal of read and write permissions to external storage, is there any way to access external SD cards? My app normally relies on being able to automatically backup data to external SD cards in the event the tablet dies or is broken. Is there…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-15T16:07:34.8933333+00:00
Phunction 206 Reputation points
edited a comment 2024-05-31T06:31:12.02+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,921 Reputation points Microsoft Vendor
0 answers

how to fix this -An error occurred while accessing the file from the web. Please try downloading and opening the file locally.

I'm trying to configure automatic updates in via appinstaller, I had configured my appinstaller and when I open that I'm facing this issue. here's my appinstaller: <?xml version="1.0" encoding="UTF-8"…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-30T11:26:34.6333333+00:00
Vaibhav Methuku 80 Reputation points
commented 2024-05-31T05:55:56.2566667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,356 Reputation points Microsoft Vendor
1 answer

Maui MediaPicker.Default.CapturePhotoAsync windows doesn't display camera

When I run the app is the VS 2022 on Windows 10 the MediaPicker.Default.CapturePhotoAsync method displays the camera and allows me to capture a photo. When the app is published and installed on Windows 10 the MediaPicker.Default.CapturePhotoAsync method…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,869 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-04-30T16:15:24.1733333+00:00
Grant Schaffer 25 Reputation points
commented 2024-05-31T05:44:51.6+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,356 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Listview with Checkbox is not responding based on the enable condition?

<?xml version="1.0" encoding="utf-8" ?> <ContentPage 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,019 questions
asked 2024-05-30T19:48:38.0533333+00:00
Sowndarrajan Vijayaragavan 390 Reputation points
commented 2024-05-31T05:32:28.6666667+00:00
Sowndarrajan Vijayaragavan 390 Reputation points
0 answers

MAUI build errors : Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute' attribute

Hi Team, I am getting some strange build errors while I am rebuilidng the .NET MAUI mobile app solution. It worked fine till yesterday. All of sudden I am getting some strange errors now. I deleted .obj & bin folders and restrtaing visual studio…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,305 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,481 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,019 questions
asked 2024-05-30T07:17:55.4066667+00:00
KallemSandeep-8232 36 Reputation points
commented 2024-05-31T03:10:16.0433333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,191 Reputation points Microsoft Vendor