3,176 questions with .NET MAUI tags

Sort by: Updated
1 answer

How to install .pkg file in customer and run the app?

Hi, In the end of the thread (https://learn.microsoft.com/en-us/answers/questions/1731082/how-to-find-where-pkg-file-store-the-installed-app?comment=answer-1570815&page=1#comment-1638338) you said: "If you send a link to the customer, the pkg…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-07-11T10:19:07.9733333+00:00
Dani_S 3,276 Reputation points
commented 2024-07-14T02:56:31.3833333+00:00
Dani_S 3,276 Reputation points
1 answer

how to detect edge of paper in ios?

how to do edge-detection in ios? I want to use camera to capture paper and remove the other info. just leave the paper.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-07-13T00:39:35.8+00:00
mc 4,066 Reputation points
commented 2024-07-13T13:52:11.78+00:00
mc 4,066 Reputation points
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…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,325 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,596 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-07-12T23:30:54.89+00:00
S GAIKWAD 231 Reputation points
1 answer

Supporting AI on device with Android and Apple using .Net Maui

I'd like to leverage AI in a new app I'm working on for Android and Apple using .Net Maui. Both these platforms have or are implementing AI on the devices. I've seen references to using AI services on the internet, however I cannot guarantee internet…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-07-12T19:02:27.8933333+00:00
Scott Johnson 0 Reputation points
answered 2024-07-12T21:04:23.65+00:00
Bruce (SqlWork.com) 60,866 Reputation points
1 answer One of the answers was accepted by the question author.

How to fix .net maui actool exited with code 1 error when deploying to ios simulator?

I'm getting the following 3 errors when I build my MAUI application to iOS simulator (no issues deploying to android simulator): actool exited with code 1 arch exited with code 1 The operation couldn't be completed. Failed to locate any simulator…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,852 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-06-19T20:43:12.8533333+00:00
Jess 25 Reputation points
edited a comment 2024-07-12T20:56:49.41+00:00
Josh Sutterfield 5 Reputation points
1 answer

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,852 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-06-26T22:05:42.0566667+00:00
Kim Strasser 811 Reputation points
commented 2024-07-12T20:30:39.87+00:00
Kim Strasser 811 Reputation points
1 answer One of the answers was accepted by the question author.

button doesn't work with command

I have a custom command public partial class DateTimeZonePicker : ContentView { public DateTimeZonePicker() { InitializeComponent(); } public static readonly BindableProperty OpenDateTimePickerCommndProperty =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-07-11T21:16:12.93+00:00
Eduardo Gomez Romero 245 Reputation points
commented 2024-07-12T19:44:10.9533333+00:00
Eduardo Gomez Romero 245 Reputation points
0 answers

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,176 questions
asked 2024-07-10T15:24:24.1733333+00:00
mc 4,066 Reputation points
commented 2024-07-12T15:42:01.97+00:00
mc 4,066 Reputation points
1 answer

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,596 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-07-11T12:03:56.5266667+00:00
Mohammed, Rahil 0 Reputation points
commented 2024-07-12T10:21:15.39+00:00
Mohammed, Rahil 0 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,176 questions
asked 2024-07-02T12:36:32.7033333+00:00
Aneetha 45 Reputation points
answered 2024-07-12T10:00:23.1466667+00:00
Aneetha 45 Reputation points
1 answer

How to archive and publish in Visual Studio Mac and MAUI

Hi, I have a MAUI app that i am migrating from Xamarin. Am using Visual Studio Mac for this for now until I can find a suitable replacement. I am ready to release to app store and google play, previously I would do Build > Archive for Publishing and…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,852 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-07-12T08:17:42.0233333+00:00
SSB 111 Reputation points
answered 2024-07-12T09:55:08.57+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,876 Reputation points Microsoft Vendor
0 answers

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,176 questions
asked 2024-07-11T13:02:57.0366667+00:00
Haviv Elbsz 2,046 Reputation points
edited a comment 2024-07-12T09:54:12.2066667+00:00
Haviv Elbsz 2,046 Reputation points
1 answer One of the answers was accepted by the question author.

MAUI .NET 8 on Android -Unable to load DLL 'sqlite3'

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. When tried to run the project with the Android device in Visual Studio 2022 (windows), which threw the exception below, System.DllNotFoundException: Unable to load DLL…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-07-08T06:49:30.6566667+00:00
Aneetha 45 Reputation points
accepted 2024-07-12T09:26:11.04+00:00
Aneetha 45 Reputation points
0 answers

Clear button in the entry is not clearing the text

Hi, I am using an entry to take user input. I am showing the clear button using the WhileEditing value for ClearButtonVisibility but clicking on the button does not perform any action. It does not clear the text in the entry. Also there is no command…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-07-03T09:49:22.7766667+00:00
Srilekha Chowdary 60 Reputation points
commented 2024-07-12T09:21:04.9566667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,836 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,596 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-07-11T00:37:59.3133333+00:00
水元 翼 0 Reputation points
commented 2024-07-12T09:09:33.68+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,876 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Signatures using DrawingView in MAUI .NET?

Hello, I want a signature pad to save images locally after a submit button click event in MAUI .NET 8 Android 34. Can you provide a solution?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-07-10T09:08:17.6033333+00:00
Chinmay Dole 120 Reputation points
accepted 2024-07-12T06:50:09.3733333+00:00
Chinmay Dole 120 Reputation points
1 answer One of the answers was accepted by the question author.

Writing NUNITS with a library that does not support .net8.0

Nunits or Xunits forces us to include .net8.0 as one of our target platform along with the existing , i do have a library which does not support generic .net8.0 and only android or IOS , I really cannot use target specific code since i have used these…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,176 questions
asked 2024-07-10T09:23:08.5833333+00:00
Manickam, Suraj 320 Reputation points
accepted 2024-07-12T04:25:52.6666667+00:00
Manickam, Suraj 320 Reputation points
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,176 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,601 questions
asked 2024-07-10T16:20:54.3866667+00:00
Tom Meier 220 Reputation points
answered 2024-07-12T02:52:33.5933333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,756 Reputation points Microsoft Vendor
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,176 questions
asked 2024-06-22T10:01:05.73+00:00
Kim Strasser 811 Reputation points
commented 2024-07-11T22:52:34.9133333+00:00
Kim Strasser 811 Reputation points
2 answers

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,176 questions
asked 2024-07-11T10:36:07.6766667+00:00
Dani_S 3,276 Reputation points
edited a comment 2024-07-11T22:24:55.9466667+00:00
Bruce (SqlWork.com) 60,866 Reputation points