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?
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…
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…
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…
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 =…
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…
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
Can I use gradientColor in GraphicsView?
how to use GradientColor in GraphicsView? canvas.FillColor can not use gradientColor
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…
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…
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" …
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…
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…
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…
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…
navigation errors
I have my services public ObservableCollection<TurbinePin> TurbinePins { get; set; } = []; public TurbinesService(FirestoreService firestoreService, BlobServiceClient blobServiceClient) { _firestoreService = firestoreService; …
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…
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>(); //…
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…
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…