3,449 questions with .NET MAUI tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Share Fonts in Maui

In Xamarin Forms fonts are embedded into the library. So, the Font files in library files are working fine. I can share/use the library without issue. Same behavior how can I use it in Maui. I just want to share the font files.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-16T12:05:43.293+00:00
Kannan C 21 Reputation points
accepted 2022-09-19T10:01:07.067+00:00
Kannan C 21 Reputation points
0 answers

.NET MAUI with multiple Blazor webviews

I'm trying to build an app with .NET MAUI with multiple blazor webviews. The idea is to use the XAML Shell to have tabs, and then in each tab have a XAML page with a Blazor webview component. I am able to add multiple webviews and to point to…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,565 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-14T01:04:10.82+00:00
Federico RUSCONI 1 Reputation point
commented 2022-09-19T09:20:29.677+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 74,961 Reputation points Microsoft Vendor
0 answers

WinAppSdkGenerateAppxPackageRecipe Error

Hi, New Visual Studio 2022 Installation. New .Net Maui Projekt without changes. It don't start and throwing folling error: Schweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand Fehler MSB4018 Unerwarteter Fehler bei…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-17T14:06:58.31+00:00
MiNie98 1 Reputation point
commented 2022-09-19T05:45:44.613+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 30,831 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Menu Separator and Keyboard shortcut in MAUI

Hi, How can I add a menu separator and keyboard shortcut in the below menu? <MenuBarItem Text="File"> <MenuFlyoutItem Text="New" /> <MenuFlyoutItem Text="Open" /> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-08-29T19:36:37.11+00:00
Jassim Al Rahma 1,566 Reputation points
commented 2022-09-18T13:47:45.84+00:00
gary hengeveld 41 Reputation points
1 answer One of the answers was accepted by the question author.

Regarding Customize Popup in .Net MAUI

Hi, I am migrating Xamarin App in /net MAUI.I am facing issue of customize popup.in Xamarin i had created customize Popup using RG.Plugin but MAUI does not support it.so i am using Mopups plugin which is update of Rg plugin.but after installing it from…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-05-18T07:53:19.1+00:00
Sanjay Kumar Jha 156 Reputation points
commented 2022-09-17T04:29:50.737+00:00
Tamer Irdais 26 Reputation points
0 answers

Upload text file to MAUI

How can I upload a text file to Microsoft MAUI application ? (All platforms)

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-07-29T16:24:26.023+00:00
Bolt 1 Reputation point
commented 2022-09-16T13:42:41.117+00:00
Bolt 1 Reputation point
1 answer

How to send and receive data from Angular to Maui C# and and vice versa?

I followed this link https://learn.microsoft.com/es-es/events/dotnetconf-focus-on-maui/upgrade-your-js-app-to-native-with-dotnet-maui where it explains how to use a maui-blazor project to load an angular application, but it does not explain how to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-02T05:33:30.11+00:00
Jseh R 1 Reputation point
commented 2022-09-16T09:34:04.79+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 30,831 Reputation points Microsoft Vendor
1 answer

Convert MAU Class Library to Nuget Package

Hi, I have a MAUI Class library and I want to convert it to Nuget Package so I can publish it on nuget website. How can do that using Visual Studio for Mac? Thanks, Jassim

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,077 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-10T20:05:04.96+00:00
Jassim Al Rahma 1,566 Reputation points
commented 2022-09-16T08:43:05.743+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,356 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Empty view not showing .net maui

I have a collection for achievements but the list starts off empty, so I wanted to add an emptyview, but for some reason it won't show on Android. On Windows it works just fine. is there any way I can fix this?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-15T12:35:59.687+00:00
Mielesplayz 286 Reputation points
accepted 2022-09-16T08:09:10.947+00:00
Mielesplayz 286 Reputation points
1 answer One of the answers was accepted by the question author.

How do I know if service is running using batch file in MAUI app?

Hi, How do I know if service is running using batch file in MAUI app? Thanks, Dani

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-12T12:59:38.78+00:00
Dani_S 3,746 Reputation points
commented 2022-09-16T07:05:49.18+00:00
Dani_S 3,746 Reputation points
1 answer

.Net MAUI TimePicker resize in window platform

How to reduce the width of .Net MAUI TimePicker from default value of 242 in Window? I tried to reduce minWidth with TimePickerHandler, but it doesn't work. How can I deal with that? Do I need to create custom TimePicker?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-13T08:37:50.647+00:00
Ye Min Tun 1 Reputation point
commented 2022-09-16T06:49:38.08+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,356 Reputation points Microsoft Vendor
0 answers

Error System.IO.DirectoryNotFoundException after updating Visual Studio

I have updated Visual Studio Preview to 17.4.0 Preview 2.0. Now I get error XAPRAS7023 System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\AndriyCo.Base\AndriyCo.Base\bin\Debug\netstandard2.0\android-x64\AndriyCo.Base.dll'. …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-15T10:50:32.413+00:00
Igor Kravchenko 281 Reputation points
commented 2022-09-16T06:25:58.27+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 74,961 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Can't seem to use Xamarin.Essentials in net6.0-ios project

I can't seem to use Xamarin.Essentials in my net6.0-ios project. I'm only attempting to use Share (share a link) and Browser (open a link), but both fire "Not implemented ... pleast install NuGet package" errors. I have Xamarain.Essentials…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-09T23:31:42.903+00:00
Sam 21 Reputation points
commented 2022-09-15T22:06:55.557+00:00
Rob Caplan - MSFT 5,442 Reputation points Microsoft Employee
1 answer

Problem after updating to iOS 16

Hi, After updating my iPhone to iOS 16 I am not able t deploy apps and keep getting: waiting for the debugger to connect to iPhone My VS for Mac version is 12.6 (21G115) Kindly help.. Thanks, Jassim

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-14T16:58:41.01+00:00
Jassim Al Rahma 1,566 Reputation points
answered 2022-09-14T22:59:24.797+00:00
John Hair 371 Reputation points
1 answer One of the answers was accepted by the question author.

How to add style to TableCell .NET MAUI

I added a style for TextCell in Styles.xaml file <Style TargetType="TextCell"> <Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-13T16:47:34.573+00:00
Louie88 21 Reputation points
commented 2022-09-14T16:57:18.397+00:00
Louie88 21 Reputation points
1 answer One of the answers was accepted by the question author.

How yo create Custom Shell Renderer in Microsoft MAUI

Hi how to use below code in Microsoft MAUI same like Xamarin Forms CustomShell.cs namespace TestApp.Controls { /// <summary> /// CustomShell /// </summary> public class CustomShell : Shell { …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-13T11:16:32.663+00:00
Bhuwan 716 Reputation points
commented 2022-09-14T08:36:50.903+00:00
Bhuwan 716 Reputation points
1 answer One of the answers was accepted by the question author.

maui user interface responsivity issue

Hi all I rewritten a winforms app to maui app this app run a long processing method In winforms the UI is responsive but in maui isn't. note this method while processing is writing results text to a textbox in winforms and to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 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,875 questions
asked 2022-09-09T14:57:14.27+00:00
Haviv Elbsz 2,071 Reputation points
accepted 2022-09-13T20:40:43.193+00:00
Haviv Elbsz 2,071 Reputation points
2 answers One of the answers was accepted by the question author.

Maui dependency injection

@Anonymous I try to use the new dependency service in my app, but I broke it Now is not calling the method to download the word. Look Maui Program public static MauiApp CreateMauiApp() { var builder =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-03T09:20:49.027+00:00
Eduardo Gomez 3,426 Reputation points
accepted 2022-09-13T13:40:32.853+00:00
Eduardo Gomez 3,426 Reputation points
1 answer One of the answers was accepted by the question author.

Why the page's destructor never called?

[Xamain.Forms Android] I create a blank page,add destructor like this: ~EmptyPage() { Console.WriteLine("Empty page destructor running.............."); } And then I use: …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-11T09:30:31.997+00:00
aluzi liu 486 Reputation points
accepted 2022-09-13T10:57:04.053+00:00
aluzi liu 486 Reputation points
1 answer

Run ServiceController.Start(serviceName) throw exception access is denied

Hi, I'm running this code from maui app lat version + worker service NET core 6 ServiceController service = new ServiceController(servicName); service.Start(); service.WaitForStatus(ServiceControllerStatus.Running); And i got: …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,449 questions
asked 2022-09-13T08:16:37.467+00:00
Dani_S 3,746 Reputation points
answered 2022-09-13T10:38:47.477+00:00
Olaf Helper 44,341 Reputation points