3,207 questions with .NET MAUI tags

Sort by: Updated
0 answers

How to add continuous speech/talk - Increase pause .NET MAUI SpeechToText

I have the below .Net MAUI code that works great. I use SpeechToText in CommunityToolkit.Maui 7.0.1 I want to add continuous speech, I mean when I speak, it must not stop listening until I press stop button. In the below code, when I stop speaking, or I…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
.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-20T12:59:52.91+00:00
Johnson 61 Reputation points
1 answer

Unnessary folders after pulish in windows

Hi, Which folder are no need after publish : dotnet publish -f net8.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true /p:PackageCertificateThumbprint="c01ba45666762f3615cf6813aeb4dc4b1919541d"…

.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-17T08:51:34.1133333+00:00
Dani_S 3,316 Reputation points
commented 2024-07-20T12:11:08.78+00:00
Dani_S 3,316 Reputation points
2 answers

Connection string issue

Hi, What kind of file can be inserted, regarding Connection string, into Maui App?

.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
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-16T06:07:51.48+00:00
Peter_1985 2,586 Reputation points
commented 2024-07-20T11:18:42.01+00:00
Peter_1985 2,586 Reputation points
1 answer

MAUI .NET 8 - Absolute layout height size is not same as in Portrait and Landscape mode.

In my MAUI project, I used AbsoluteLayout to define a UI design. However, I found that AbsoluteLayout height proportional is not the same as in Portrait and Landscape. The height size differs, For example, In Portrait mode, In Landscape mode, I define…

.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-19T12:20:35.6566667+00:00
Aneetha 45 Reputation points
answered 2024-07-19T17:19:29.0066667+00:00
Bruce (SqlWork.com) 61,186 Reputation points
0 answers

Unable to run the apk generated in release mode

Hi I have .Net MAUI app, version .net8. The release build is built without errors but when I run it is not opening the app and it is crashing. Please let us know if there are any additional settings required here. 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-19T14:04:09.2+00:00
dedeepya yarlagadda 20 Reputation points
0 answers

Cannot switch from one tabbed page to other tabbed page, NotSupportedExceptionUnable to find the default constructor on type Microsoft.Maui.Controls.Platform.FragmentContainer.Please provide the missing constructor.

Hi In my project the Main page is a tabbedpage and when we switch from the main page to another page which is also a tabbed page we are seeing System.NotSupportedException: 'Unable to find the default constructor on type…

.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-19T13:57:05.1266667+00:00
dedeepya yarlagadda 20 Reputation points
0 answers

How to add continuous speech/talk - .NET MAUI Speech

I have the below .Net MAUI code that works great. I want to add continuous speech, I mean when I speak, the recorder must not stop until I press stop button. In the below code, when I stop speaking, or I pause for like 2-3 sec, it stops itself, so I…

.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-19T12:58:44.29+00:00
Johnson 61 Reputation points
1 answer

How can I use the Android Exoplayer to play videos?

Currently I use the Xamarin MediaManager to play videos: https://github.com/Baseflow/XamarinMediaManager Is it possible to use the Android Exoplayer instead to play videos? I want to find out if the black screen that appears before a video is played will…

.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-17T12:28:29.27+00:00
Kim Strasser 836 Reputation points
commented 2024-07-19T09:46:04.1633333+00:00
Kim Strasser 836 Reputation points
1 answer

Media file picker features in .NET MAUI like in Xamarin Forms

Hi, Is there any way to compress the image and remove the metadata option for the media picker in MAUI like it had in the below package? https://github.com/jamesmontemagno/MediaPlugin

.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-15T08:47:32.7+00:00
Chinmay Dole 120 Reputation points
commented 2024-07-19T09:45:45.0766667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor
1 answer

MAUI .NET 8 - Xamarin Migrated project

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. In my project, I used RelativeLayout for UI design on all the pages, now this RelativeLayout is outdated in MAUI. I used the Compatability namespace to use…

.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-19T05:31:32.3766667+00:00
Aneetha 45 Reputation points
commented 2024-07-19T09:32:28.02+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,931 Reputation points Microsoft Vendor
1 answer

MT1007 failed to launch the application

I use .net ios(NOT xamarin and NOT MAUI). xcode 14(my mac do not support the newst version). net ios 7.0 I first create samle bundle project and install in in my physical device and I can tap on it to run it. but I can not do it in VS2022. the target 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-16T09:36:53.2+00:00
mc 4,111 Reputation points
commented 2024-07-19T09:19:29.0266667+00:00
mc 4,111 Reputation points
2 answers One of the answers was accepted by the question author.

How can I rotate the iOS simulator?

Only the screen of the simulator rotates instead the entire simulator when I click on the rotate buttons: Is it possible to rotate the entire 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,871 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-17T11:55:26.3633333+00:00
Kim Strasser 836 Reputation points
accepted 2024-07-19T09:17:48.6766667+00:00
Kim Strasser 836 Reputation points
1 answer One of the answers was accepted by the question author.

Can not apply style written in c#

Hello, i have created style in C# code and tried to apply this style to the frame, named ControlsGroupMainFrame4 (written in XAML). Tried both WinUI and Android apps. Both apps do not throw any error and start fine, but the style is not applied. Style…

.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-17T18:34:26.77+00:00
AAA BBB 41 Reputation points
commented 2024-07-19T09:02:16.1966667+00:00
AAA BBB 41 Reputation points
1 answer

MAUI App Compatibility Issues on Oppo and Vivo Y28 Devices

I have developed a MAUI application that includes pages: Signup, Login, and Reset Password. These pages function correctly on various devices, but we are encountering specific issues on Oppo and Vivo Y28 devices. On the Oppo and Vivo Y28 devices, 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-07-08T14:34:00.9266667+00:00
Sakshi Poojary 95 Reputation points
edited an answer 2024-07-19T08:44:33.97+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,931 Reputation points Microsoft Vendor
1 answer

MAUI .NET 8 iOS - Span TapGestureRecognizer not working

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. In iOS, the span text TapGestureRecognizer is not working. gesture_Tapped event is not triggered. var sp2 = new Span { Text = "Click here"…

.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-19T05:10:43.3166667+00:00
Aneetha 45 Reputation points
edited an answer 2024-07-19T08:37:16.0533333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor
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,871 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-12T08:17:42.0233333+00:00
SSB 111 Reputation points
commented 2024-07-19T08:27:46.0766667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor
1 answer

How to use "resx" in a .NET MAUI library?

Hello, I migrated my shared Xamarin project to .NET MAUI Library. I need to use translations that are stored there. They need to be accessible from this library and from the MAUI app project that references this library. How can I configure my csproj to…

.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-18T20:16:35.32+00:00
Wojciech Kulik 20 Reputation points
commented 2024-07-19T08:02:52.42+00:00
Wojciech Kulik 20 Reputation points
1 answer

Error APPX1101: [UWP] Payload contains two or more files with the same destination path: Microsoft.Web.WebView2.Core.dll

Installed Visual Studio 2022 (on a clean/fresh Windows 11 installation) version 17.10.0 Installed Microsoft.Identity.Client.Desktop Nuget package to open sign in within the window application. After that I'm getting "Found multiple publish…

.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
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-15T10:48:23.1366667+00:00
Ravi Khandale 5 Reputation points
commented 2024-07-19T07:15:09.6133333+00:00
Ravi Khandale 5 Reputation points
1 answer

The display of my Android device gets black for a short time before the video gets displayed

The display of my Android device gets black for a short time before the video gets displayed. I use this code to play a video and I don´t know why the display gets completely black for 1-2 seconds before the video gets played. It´s not bad that 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,871 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-16T13:07:13.0066667+00:00
Kim Strasser 836 Reputation points
commented 2024-07-19T06:54:58.6833333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,906 Reputation points Microsoft Vendor
0 answers

ERROR: An error occurred when writing to the output stream.

My iOS game gets always terminated when I try to debug it on my iPad OS version 17.5.1. I use Visual Studio Community 2022 (64-bit) Version 17.10.4 on my Windows 11 laptop. My iPad is connected to my iMac and I paired my iMac with VS. When I click on 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-07-16T11:36:33.8033333+00:00
Kim Strasser 836 Reputation points
commented 2024-07-19T06:43:37.5833333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor