3,716 questions with .NET MAUI tags

Sort by: Updated
0 answers

combine the titlebaar behavior with code behind

I made a title bar class, that inherits from title bar namespace METROWIND { public class AppTitleBar: TitleBar { public SfComboBox ComboBox { get; set; } public AppTitleBar() { ComboBox = CreateComboBox()!; …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,716 questions
asked 2024-12-08T20:56:44.65+00:00
Eduardo Gomez Romero 1,095 Reputation points
0 answers

Image placeHolder

For some reason the URL image https://www.sciencedaily.com/images/scidaily-icon.png doesn't want to show on desktop in my collection view, even though is there Android Desktop Website (Edge) So, I have two possible solutions find out why it doesn't…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,716 questions
asked 2024-12-08T20:43:55.5566667+00:00
Eduardo Gomez Romero 1,095 Reputation points
1 answer One of the answers was accepted by the question author.

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,716 questions
asked 2024-12-01T19:22:27.1033333+00:00
Eduardo Gomez Romero 1,095 Reputation points
accepted 2024-12-08T19:48:12.4266667+00:00
Eduardo Gomez Romero 1,095 Reputation points
0 answers

How to focus and select text in ListView

Hello, I have such ListView: <ListView x:Name="lvFileList" Grid.Row="1" Margin="0,0,0,0" HorizontalOptions="FillAndExpand" VerticalOptions="Start" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,716 questions
asked 2024-11-24T20:28:25.6866667+00:00
BitSmithy 2,141 Reputation points
commented 2024-12-08T16:11:03.2933333+00:00
BitSmithy 2,141 Reputation points
1 answer

I’m encountering an issue with the NET-iOS.Naxam.FSCalendar library while migrating my project from .NET 8 to .NET 9

/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8314/targets/Xamarin.Shared.Sdk.targets(1648,3): error : clang++ exited with code 1: ld: building for 'iOS-simulator', but linking in dylib…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,366 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,716 questions
asked 2024-11-28T05:21:41.8266667+00:00
Hirak Desai 0 Reputation points
edited an answer 2024-12-08T01:47:57.28+00:00
Bruce (SqlWork.com) 68,236 Reputation points
1 answer

Multicast UDP Packets Stopped Working

I have a MAUI ios and android app. I originally created it with net7 and then updated it to net8. I use the following code to "ping" a device on my network that I also created: try { using (UdpClient udpClient = new UdpClient(new…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,716 questions
asked 2024-12-07T20:58:58.8333333+00:00
Tony Pitman 76 Reputation points
commented 2024-12-08T01:37:20.6866667+00:00
Tony Pitman 76 Reputation points
1 answer

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,540 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,716 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,111 questions
asked 2024-12-06T20:05:12.9933333+00:00
Tom Meier 260 Reputation points
edited an answer 2024-12-07T22:27:26.79+00:00
Bruce (SqlWork.com) 68,236 Reputation points
0 answers

maps reload on internet change

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

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

How to Enable Zoom Feature for BlazorWebView MAUI Hybrid on Android?

Hello, I am working on a project using .NET MAUI with Blazor Hybrid. I want to enable the zoom feature (pinch-to-zoom and double-tap-to-zoom) for the BlazorWebView when running on an Android device. Currently, the content in the BlazorWebView is not…

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,620 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,716 questions
asked 2024-12-07T17:00:11.6933333+00:00
Thinh Do 0 Reputation points
answered 2024-12-07T19:23:51.27+00:00
Bruce (SqlWork.com) 68,236 Reputation points
1 answer

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,716 questions
asked 2024-12-06T14:59:19.4766667+00:00
Jakub Váňa 5 Reputation points
answered 2024-12-07T16:39:58.3333333+00:00
Nerijus Sirvys 0 Reputation points
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,716 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,716 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,716 questions
asked 2024-12-07T00:04:05.1466667+00:00
Kurt K 136 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,716 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,716 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
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,716 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,716 questions
asked 2024-12-06T15:11:36.02+00:00
Kim Strasser 1,101 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,716 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

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,716 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,716 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