2,834 questions with .NET MAUI tags

Sort by: Updated
1 answer

Unable to get Tab bar and Flyout together in the shell.

Is there any way to get both Tab bar and Flyout in the Shell in. NET MAUI. Documentation says it is not possible, is there any way to create a custom Flyout or Tab bar in the same Shell.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-26T08:36:41.57+00:00
Jibin Jacob 0 Reputation points
commented 2023-09-29T09:26:22+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 25,766 Reputation points Microsoft Vendor
1 answer

Continue to running the application in the background?

Hello, I need my app to run in the background as my app keeps track of a workout's total time once it starts, when the user completes a set in the exercise, it has a timer that countdowns their rest time, say 30 seconds or so, when that is completed it…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-24T17:48:06.5066667+00:00
Justin Sinnard 0 Reputation points
commented 2023-09-29T09:20:57.54+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 25,766 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Server 2022 - Maui app with net .7 is not working

Hi, I installed Maui app on server 2019 with this command and its works but on server 2022 its not work: dotnet publish -f net7.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.
2,834 questions
asked 2023-09-26T15:03:25.4466667+00:00
דני שטרית 2,686 Reputation points
accepted 2023-09-29T07:59:34.2733333+00:00
דני שטרית 2,686 Reputation points
1 answer One of the answers was accepted by the question author.

What is net Maui class library ?

Hi, What is net Maui class library ? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-28T06:22:27.5333333+00:00
דני שטרית 2,686 Reputation points
accepted 2023-09-29T07:58:50.17+00:00
דני שטרית 2,686 Reputation points
1 answer

How to deploy or use .Net MAUI Blazor app in Tizen browser instead of native apk or .tpk (direct browsing in tizen tv)?

Is it possible to publish or host the .net maui blazor app to the server and browse it in the Tizen TV internet like browsing ? Or Is it only possible by creating .tpk and installing it in developer mode on tizen tv as a native app ?

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,373 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-28T11:42:30.4+00:00
Mounika Booreddy 1 Reputation point
edited the question 2023-09-29T06:58:01.2233333+00:00
Mounika Booreddy 1 Reputation point
0 answers

Why ScrollView in .Net MAUI can not show its content

in this code for example : <?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.
2,834 questions
asked 2023-09-13T14:29:51.87+00:00
TD D 5 Reputation points
edited a comment 2023-09-29T06:55:23.57+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 25,766 Reputation points Microsoft Vendor
3 answers

How to secure API KEY in .net MAUI?

I am new to .Net MAUI but fairly experienced with ASP.NET CORE and Blazor. I'm developing a MAUI application that will allow a user to integrate with third-party services using API keys. My issue is, I'd like to store API Key securely and nobody can…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 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,191 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
292 questions
asked 2022-10-16T08:11:56.553+00:00
ASAD ALAM 1 Reputation point
edited a comment 2023-09-28T16:13:55.2966667+00:00
Bruce (SqlWork.com) 54,711 Reputation points
1 answer One of the answers was accepted by the question author.

Page.Disappearing and Page.Appearing will not be raised on android 13-API33

Page.Disappearing and Page.Appearing will not be raised on android13-API33 now how can i know app disappear and appear on android13 public partial class MainPage : ContentPage { int count = 0; public MainPage() { InitializeComponent(); …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-27T07:44:58.2466667+00:00
Fei Xu 490 Reputation points
accepted 2023-09-28T10:13:05.8233333+00:00
Fei Xu 490 Reputation points
1 answer

Load XAML file dynamically

Hello, In my desktop application I have some themes and styles defined like this: <?xml version="1.0" encoding="UTF-8" ?> <ResourceDictionary x:Class="App.Themes.S" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-27T12:16:33.2466667+00:00
Ángel Rubén Valdeolmos Carmona 586 Reputation points
commented 2023-09-28T07:50:00.3633333+00:00
Ángel Rubén Valdeolmos Carmona 586 Reputation points
0 answers

.Net MAUI alternate Nuget Package for Xam.Plugin.Iconize(Xam.FormsPlugin.Iconize)

We are using Xam.Plugin.Iconize(Xam.FormsPlugin.Iconize) in our Xamarin Forms project. i.e xmlns:iconize="clrnamespace:FormsPlugin.Iconize;assembly=FormsPlugin.Iconize" <iconize:IconImage WidthRequest="44" …

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,288 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-27T11:00:37.39+00:00
Jamal 0 Reputation points
commented 2023-09-28T02:29:37.5+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 67,781 Reputation points Microsoft Vendor
3 answers

Is there a way we can integrate .NET MAUI onto existing swift code project

I have an project which was developed in Swift using Xcode. Is there a way we can integrate .NET MAUI on to existing Swift project ?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-03-23T01:01:48.7966667+00:00
Sam 5 Reputation points
answered 2023-09-27T23:38:53.54+00:00
Ruffin 0 Reputation points
0 answers

.Net Maui unresolved error

Hi Friends has anyone received this error or know what the problem is? Do you think I may have a corrupt file? Error MAUIG1001 An error occured while parsing Xaml: Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 18, position…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 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,191 questions
asked 2023-08-18T14:09:07.3466667+00:00
Ronald Rex 1,666 Reputation points
commented 2023-09-27T16:16:56.0833333+00:00
Robert Evans (REDMOND) 0 Reputation points
2 answers

Visual Studio for Mac support .NET 7.0 Bindings to Xcode 15?

Hello, we are in the middle of porting our Xamarin Forms application to .NET MAUI and need to know if Visual Studio for Mac will support .NET 7 binding for Xcode 15, and if so, do you have information about a release date?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,571 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-20T18:19:55.8+00:00
Miguel Jimenez 0 Reputation points
edited a comment 2023-09-27T09:55:05.8333333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 25,766 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

MAUI: Listview button is partially visible on UI even with HasUnevenRows

I am facing a weird issue with listview. I have a button in my listview and it is not completely visible on UI like below screenshot: My code: MainPage.xaml: <?xml version="1.0" encoding="utf-8" ?> <ContentPage…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-26T15:24:10.56+00:00
Sreejith Sreenivasan 691 Reputation points
commented 2023-09-27T07:11:49.3266667+00:00
Sreejith Sreenivasan 691 Reputation points
1 answer One of the answers was accepted by the question author.

MAUI: The content page and pop up pages are breaking in normal running

I am facing a weird issue in my new MAUI project. When LIVE running in visual studio all of my pages are working fine. But when I open the app normally, the app is breaking on some of the pages, but no issue in LIVE running. The same pages are working…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-25T15:29:08.9033333+00:00
Sakshi Poojary 55 Reputation points
commented 2023-09-27T06:25:32.2233333+00:00
Sakshi Poojary 55 Reputation points
1 answer

In Blazor MAUI with a shared UI library, navigation doesn't work

In a shared blazor library, login page and sample page are defined. Here is the Minimum Reproducible Example: https://github.com/johnmangam/ShellNavigation/ Login.razor @page "/login" @inject NavigationManager navigationManager <button…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-22T16:27:50.62+00:00
John Mangam 0 Reputation points
commented 2023-09-27T06:12:38.62+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 34,841 Reputation points Microsoft Vendor
0 answers

How to use 'manual entry' as the Input type as default from the TimePicker for Android

Hello After clicking on the TimeEdit opens a popup where the default style looks like this But I want to use 'manual entry' as the Input type the default Please help me ti have an option for this!!!!

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-26T05:45:31.6133333+00:00
Hakob Hovhannisyan 21 Reputation points
commented 2023-09-27T05:27:41.3566667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 34,841 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Is there a support for ZoomScrollViewRenderer in MAUI

We are trying to migrate our Xamarin project to MAUI. In xamarin forms application we have a ZoomScrollViewRenderer which we wanted to migrate it to maui. Upon searching on internet there are no resources related to it. How is it handled in MAUI. Is it…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,338 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-13T07:38:47.87+00:00
Anonymous
commented 2023-09-27T02:34:46.9333333+00:00
Anonymous
2 answers

Empty space occurs in secondary toolbar item MAUI

Here is my toolbar item In secondary toolbar item, empty space occurs before first element. <Shell.ToolbarItems> <ToolbarItem IconImageSource="fontsize" Order="Primary"/> <ToolbarItem…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-25T15:16:08.6066667+00:00
Gnana 5 Reputation points
edited a comment 2023-09-27T02:26:43.0233333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 25,766 Reputation points Microsoft Vendor
1 answer

How can I get the Material You design in my Maui app on Android?

When running my app on android, the controls are of Material design 2, while the latest is 3 - Material You. Can I in some way update the android part of the project to support the latest design?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,834 questions
asked 2023-09-22T12:15:07.9133333+00:00
Noam 0 Reputation points
commented 2023-09-27T02:09:56.7533333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 67,781 Reputation points Microsoft Vendor