3,722 questions with .NET MAUI tags

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

how to create gif using maui?

how to create gif using my points? List<Point[]> mygifs mygifs is the x and y of the pixel which to set one color(#ffffff) and all other color will set to be #000000 and then set the gif to ImageSource Point[] is one frame of gif how to do it?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-28T07:24:27.37+00:00
mc 4,836 Reputation points
accepted 2024-11-29T14:29:19.5766667+00:00
mc 4,836 Reputation points
1 answer

wasting resources

In my page, I assign the Map every time the page appears <ContentPage.Behaviors> <mct:EventToCommandBehavior Command="{x:Binding AppearingCommand}" CommandParameter="{x:Reference…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-27T12:09:06.7066667+00:00
Eduardo Gomez Romero 1,135 Reputation points
answered 2024-11-29T06:37:49.4733333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 45,656 Reputation points Microsoft Vendor
1 answer

access tty ports

Hi, I try to access with the tty ports on my tablet but the use of _usbManager = (UsbManager)activity.GetSystemService(Context.UsbService); but the result is just the regular usb ports. i check in terminal ls -l /dev/ttymxc* and i get a complate…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-05T15:40:30.21+00:00
Luis Curiel 0 Reputation points
commented 2024-11-29T02:55:20.0033333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 77,256 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Issue with Application.Current.MainPage.Width Returning -1 in .NET MAUI

I am migrating my project from Xamarin to .NET MAUI. In Xamarin, I use Application.Current.MainPage.Width to get the width of the main page, and it works as expected. However, in .NET MAUI, when I try to access Application.Current.MainPage.Width, it…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-26T05:30:23.8133333+00:00
KarPreet 60 Reputation points
commented 2024-11-28T08:52:56.62+00:00
KarPreet 60 Reputation points
1 answer

showing turbines in page

I completely redid my app, because I was making too much work on a page calling 2 apis Serviece public class TurbinesService(FirestoreService firestoreService, BlobServiceClient blobServiceClient) { private const string collectionName =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-26T17:59:18.75+00:00
Eduardo Gomez Romero 1,135 Reputation points
answered 2024-11-28T08:38:36.5566667+00:00
Eduardo Gomez Romero 1,135 Reputation points
1 answer

Api call wait on mobile

For some reason, the api that I am calling in the home page, in windows is loaded when I start the app, but on mobile, I have to wait Question Can I do something to make it faster? Why in desktop I do not have to…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-22T09:36:43.77+00:00
Eduardo Gomez Romero 1,135 Reputation points
answered 2024-11-28T08:33:37.39+00:00
Eduardo Gomez Romero 1,135 Reputation points
1 answer One of the answers was accepted by the question author.

How to create borderless entry in iOS- maui .Net 8

I want to create a border less entry and picker in maui for iOS Net8 Thanks Vaibhav Methuku

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-04-01T02:51:09.47+00:00
Vaibhav Methuku 80 Reputation points
commented 2024-11-28T08:25:13.2166667+00:00
Roman Vilhelm 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can I use gradientColor in GraphicsView?

how to use GradientColor in GraphicsView? canvas.FillColor can not use gradientColor

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-23T11:09:52.6333333+00:00
mc 4,836 Reputation points
accepted 2024-11-28T07:25:47.3266667+00:00
mc 4,836 Reputation points
1 answer

What's the best way to implement custom tooltips in .NET MAUI?

I'm trying to implement a custom tooltip in my MAUI app that needs to: Show/hide on tap of an info (i) icon Overlay on top of other UI elements Support multi-line text content Dismiss on tap outside or tap icon again I've tried the built-in MAUI…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-27T17:07:56.47+00:00
blip140 0 Reputation points
answered 2024-11-28T03:09:09.1933333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 45,656 Reputation points Microsoft Vendor
3 answers

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…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,985 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-27T04:15:55.5966667+00:00
Sagar Khati 0 Reputation points
answered 2024-11-27T16:54:19.46+00:00
Bruce (SqlWork.com) 68,306 Reputation points
1 answer One of the answers was accepted by the question author.

title bar in shell problem

I have my shell with a startup page, that has a Lottie animation <ShellContent ContentTemplate="{DataTemplate views:Startup}" Shell.FlyoutBehavior="Disabled" Shell.FlyoutItemIsVisible="False" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-27T00:38:50.5533333+00:00
Eduardo Gomez Romero 1,135 Reputation points
accepted 2024-11-27T10:58:40.3766667+00:00
Eduardo Gomez Romero 1,135 Reputation points
2 answers

How to Implement Notification Badge on TabbedPage in .NET MAUI 8?

Hello, I have implemented a TabbedPage in my .NET MAUI application using AppTabbedPage.xaml. It contains 5 pages for tab navigation. One of the tabs is dedicated to notifications, and I need to display a notification badge on this tab. The badge should…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-21T11:40:49.8533333+00:00
nandu kathmandi 11 Reputation points
edited an answer 2024-11-27T10:58:14.5466667+00:00
Norman Mackay 5 Reputation points
1 answer

Tabbed Page - Tab Text truncate issue for MAUI 8.

Hi, I have converted project from Xamarin Forms to MAUI 8. There is a new feature request to Add Tab bar navigation on the app. There are 5 tabs at the bottom of app. I have implemented AppTabbedPage.xaml and added 5 pages. for Tab navigation. One of the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-19T11:49:10.3433333+00:00
Chaurasia, Gaurav 0 Reputation points
edited a comment 2024-11-27T10:31:20.8966667+00:00
nandu kathmandi 11 Reputation points
1 answer

Bug: Blazor Hybrid Password field visibility toggle

When using the standard password field in a Blazor Hybrid web app, there is a problem with the eye icon which is used to toggle password visibility. It is functional up until the point that the user clicks off the password field. From then on the eye…

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,624 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,541 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-27T09:46:55.5233333+00:00
Monty 0 Reputation points
answered 2024-11-27T10:30:15.8166667+00:00
AgaveJoe 28,871 Reputation points
1 answer

SSlStream Authentication failing in .NET MAUI Android app whereas same is working in Xamarin.forms

have connected to Controller via WiFi from .NET MAUI Android app and TLS is enabled in connected Controller. From .NET MAUI Android project, I am trying to authenticate SSLStream with below code SslStream _secureStream = new SslStream( new…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-05T11:11:23.7066667+00:00
Venkatareddy Desireddy 0 Reputation points
commented 2024-11-27T09:25:50.3166667+00:00
Venkatareddy Desireddy 0 Reputation points
0 answers

navigation errors

I have my services public ObservableCollection<TurbinePin> TurbinePins { get; set; } = []; public TurbinesService(FirestoreService firestoreService, BlobServiceClient blobServiceClient) { _firestoreService = firestoreService; …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-25T21:16:53.8533333+00:00
Eduardo Gomez Romero 1,135 Reputation points
commented 2024-11-27T09:22:31.4666667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 33,176 Reputation points Microsoft Vendor
1 answer

IOS IPAD 13" Flyout page challenge for .NET MAUI app

I have a Maui App. The Flyoutpage works 100% on Android Samsung S24 and IOS Iphone 15. Yet on an IPAD 13" the flyoutpage behaves as a split screen in portrait orientation and when I swipe to close it still remains 75% visible. Would anyone know how…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-25T08:17:35.9633333+00:00
Quinton Gindra 0 Reputation points
commented 2024-11-27T08:37:13.35+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 33,176 Reputation points Microsoft Vendor
1 answer

How can I implement right and left swipe gestures to navigate back and forward in a .NET MAUI WebView? My current implementation isn't working, and the WebView's navigation stack seems to always return null. Can you help me troubleshoot and improve this

public WebAppView() { InitializeComponent(); BindingContext = this; _globalData = ServiceHelper.GetService<GlobalDataService>(); _Notification = ServiceHelper.GetService<NotificationService>(); //…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-25T10:18:23.1733333+00:00
Satyasai Gunnam 20 Reputation points
answered 2024-11-27T07:02:48.9266667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 45,656 Reputation points Microsoft Vendor
1 answer

POPUP OBSCURES THE PAGE

I created a popup in NET MAUI 8. As its normal behavior, the popup obscures the visible portion of the hosting page. Is it possible to avoid this? Or, even better, I would like that only one item in the page, such as an Entry field, remains showing…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
asked 2024-11-24T11:24:03.94+00:00
Giorgio Sfiligoi 266 Reputation points
answered 2024-11-27T05:25:35.1466667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 33,176 Reputation points Microsoft Vendor
1 answer

Will Azure Face Liveness Detection be available on .NET MAUI ?

We want to use Azure Face Liveness Detection on .NET MAUI, however the only available supported methods are Kotlin/Java , IOS, and JavaScript for Web Application. Is there any upcoming SDK for .NET MAUI ,if so, when is the expected date of release. Thank…

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
170 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,722 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,971 questions
asked 2024-07-24T15:18:32.8233333+00:00
Maroun ElKady 0 Reputation points
commented 2024-11-27T03:58:22.2366667+00:00
Khalil Akashah 0 Reputation points