3,712 questions with .NET MAUI tags

Sort by: Updated
2 answers

How to Increase TabbedPage Tab Title Font Size in .NET MAUI?

Hi, I am working on a .NET MAUI application and using a TabbedPage for navigation. I want to increase the font size of the tab titles on the TabBar. Here is the XAML code for my TabbedPage: <?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,712 questions
asked 2024-12-03T03:05:49.5766667+00:00
nandu kathmandi 11 Reputation points
edited the question 2024-12-07T00:24:15.2033333+00:00
TP 100.1K Reputation points
0 answers

.NET MAUI Not Properly Recognizing iOS Provisioning Profiles, Even Those Created Minutes Prior

To all: I've been trying to port an app I wrote last summer in Xamarin Forms over to the latest version of .NET MAUI. I had few issues (but not none) with the Android version, but - as usual - iOS is so arcane that either Microsoft's engineers are…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-06T00:27:43.7033333+00:00
Small Screen Software 0 Reputation points
commented 2024-12-07T00:17:41.27+00:00
Small Screen Software 0 Reputation points
0 answers

Why are the new keyboard types in .net maui 9 such as Date not recognized in xaml

I upgraded to VS 2022 17.12.9 and made changes for .NET 9. When I try to set any of the new .NET MAUI keyboard types for .NET 9 (Password, Date, Time) in XAML, they are not recognized. Is there some other update I need to make? Thank you.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-07T00:04:05.1466667+00:00
Kurt K 136 Reputation points
0 answers

maps reload on internet change

I have an issue, where I have a page created <maps:Map x:Name="ChargingStationMap" ItemsSource="{x:Binding TurbinePins}" VerticalOptions="FillAndExpand"> <maps:Map.ItemTemplate> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-06T23:48:07.32+00:00
Eduardo Gomez Romero 1,095 Reputation points
1 answer

show an age when collectionview is done

I have a page, that everything gets the data by binding <Grid RowDefinitions="Auto,Auto,*,*" RowSpacing="5"> <ActivityIndicator HorizontalOptions="CenterAndExpand" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-11-28T00:02:18.2633333+00:00
Eduardo Gomez Romero 1,095 Reputation points
commented 2024-12-06T23:30:15.8366667+00:00
Eduardo Gomez Romero 1,095 Reputation points
1 answer One of the answers was accepted by the question author.

tile bar and flyout

I am calling the Maui connectivity in the App Shell View model public partial class AppShellViewModel: ObservableObject, IPinClickHandler { private AppShell? _shell; private readonly IServiceProvider _serviceProvider; private…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-04T08:52:19.2733333+00:00
Eduardo Gomez Romero 1,095 Reputation points
accepted 2024-12-06T23:12:52.85+00:00
Eduardo Gomez Romero 1,095 Reputation points
0 answers

Using Business Logic Classes in C# with .NET MAUI

What are the best practices for creating business logic classes in C# for a bank application? Specifically, how do business logic classes interact with data access classes, and how can expression-bodied members be utilized in this context?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,539 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 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.
11,108 questions
asked 2024-12-06T20:05:12.9933333+00:00
Tom Meier 260 Reputation points
1 answer

How to clear previous login account from google SSO

Hi, my iOS app using plugin.Firebase for google SSO. But the SSO show me a list of account which login previously, I can login with those account without inputting password. Anyway I can clean up the list or force to enter password? Thank you. kind…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-06T16:14:29.5033333+00:00
Siu Pang 0 Reputation points
answered 2024-12-06T17:21:54.5566667+00:00
Bruce (SqlWork.com) 68,236 Reputation points
0 answers

How can I open a new browser window and a specific URL on Android/iOS?

I want to open a new browser window and a specific URL when the user taps on a text or button in my Android/iOS game. How can I open the URL(myurl) in a new browser window? using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-06T15:11:36.02+00:00
Kim Strasser 1,101 Reputation points
0 answers

Flyout menu overlays the status bar and the bottom bar

Hello, I am new in .NET MAUI and I would like to ask question related the flyout menu. When I built the example app in visual studio to my Android emulator, it seems that the flyout menu overlays the the status bar and the bottom bar. Is it default…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-06T14:59:19.4766667+00:00
Jakub Váňa 0 Reputation points
1 answer

How to disable opening of flyout menu on swipe in Android and iOS

I had created a flyout menu, it is opening when i swipe from left to right on the screen, how to disable opening of flyout on swipe. FYI - im not using shell Thanks

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-11-29T08:00:03.5833333+00:00
RaviKiran P 0 Reputation points
commented 2024-12-06T07:40:44.6266667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 45,486 Reputation points Microsoft Vendor
1 answer

Execute command rom another view Model

I know the mvvm pattern is equal to no code behind, but sometimes is impossible to avoid code behind, especially, when you need access to a UI component in your vm My app has several pages ChargeStationPage TurbinesCollectionPage NewPage …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-01T19:22:27.1033333+00:00
Eduardo Gomez Romero 1,095 Reputation points
commented 2024-12-06T07:40:28.6433333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 45,486 Reputation points Microsoft Vendor
1 answer

Firebase Analytics not logging events in MAUI .net9 for both iOS and Android ?

Hi, Firebase dashboard is not registering any logs for my MAUI app. I am using Xamarin.firebase.Analytics for Android and AdamE.Firebase.iOS.Analytics for iOS. .csproj <ItemGroup Condition="'$(TargetFramework)' == 'net9.0-ios'"> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-02T14:09:37.8866667+00:00
Jermin Contractor 0 Reputation points
commented 2024-12-06T07:32:58.5033333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 45,486 Reputation points Microsoft Vendor
0 answers

MAUI iOS pipelines are failing from the recent iOS SDK release

We are working on the MAUI apps and we created iOS pipelines for the continuos integration. And our pipelines were working well till Sept and after that they started failing without any changes. Unable to identify the issue. The MAC agent that we tried…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-05T09:34:54.8+00:00
Thanniru, Anitha 0 Reputation points
commented 2024-12-06T05:40:17.2333333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 45,486 Reputation points Microsoft Vendor
0 answers

.NET MAUI - Android - Build failed

I migrated an MAUI Net 8 project from the Xamarin project. when building the application with MAUI Android, it failed with the following exceptions, Microsoft.PackageDependencyResolution.targets(266, 5): [NETSDK1004] Assets file…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-05T13:30:27.93+00:00
Aneetha 65 Reputation points
commented 2024-12-06T05:35:54.8233333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 45,486 Reputation points Microsoft Vendor
0 answers

Integrating Shopify with .NET MAUI for Data Fetching

What are the steps to authenticate and fetch data from Shopify in a .NET MAUI application? The goal is to retrieve the product lists from Shopify and display the details within the application.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-06T04:51:57.1866667+00:00
Kannan P S 5 Reputation points
1 answer

MAUI App with Google-Login

Hi, i try since one week to add a function for app-users, to login or register with Google and so on. At this time, i would use firebase. But only "With Email and Password" have work for me. Can anyone show me please, how can i make a simple…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,980 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
7,374 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-05T13:36:53.7433333+00:00
Andreas Mahub 20 Reputation points
answered 2024-12-06T02:27:32.2+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 45,486 Reputation points Microsoft Vendor
1 answer

how to get musics in mobile in MAUI?

I create mp3 player in MAUI and how to get the musics in the mobile? in android and ios?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-05T15:27:13.1966667+00:00
mc 4,836 Reputation points
commented 2024-12-06T01:39:03.37+00:00
mc 4,836 Reputation points
0 answers

Why do I get error "provide a properly configured and signed bearer token" when creating cert after upgrade to VS 17.12

I recently upgraded to Visual Studio 2022 17.12. At about the same time, my ios development cert expired. So I needed to create a new development certificate. First I tried to create a one using the "Create Certificate" dropdown by: Choosing…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-04T18:56:41.9666667+00:00
Kurt K 136 Reputation points
commented 2024-12-05T22:28:50.7933333+00:00
Kurt K 136 Reputation points
2 answers

Take a full, scrolling screenshot of a Blazor Hybrid app

I am trying to find a way to take a screenshot of a Blazor Hybrid page that goes covers the area off screen as well. I tried using html2canvas and was only able to get the current viewport. I tried a DI injected native code that creates a bitmap from a…

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,617 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,712 questions
asked 2024-12-04T22:53:45.49+00:00
AdamMeaney-2379 0 Reputation points
edited an answer 2024-12-05T17:28:44.4633333+00:00
Bruce (SqlWork.com) 68,236 Reputation points