Maui – is there a better way to keep the focus on an Entry control besides using a timer?
I have an app that gets input from a HID barcode scanner where I need to always keep the focus on an Entry control.
How do i listen to browser close on MAUI
I am trying to implement a flow in which i redirect the user to a web page while in the app using
WeakReferenceMessenger doesn’t register first message
I am using WeakReferenceMessenger in order to send a message while tapping a Button. The problem is that the first message is sent, but does never get registered. Since the 2nd tap of the Button everything works fine.
How to fill and center HorizontalStackLayout
I have a problem, I have a few buttons and want to center them in a HorizontalStackLayout. I like this HorizontalStackLayout to expand from the left to right side of the window to have the visual appearance I want.
In this case, by choosing HorizontalOptions I can make it from side to side or centered. I can not make it both. Does anyone have some idea how to fix that?
.NET MAUI Navigation.PushAsync in Windows Issue
We have a simple .NET MAUI app with a Login page as the main page and after successful login, we move to (PushAsync) a menu page. This all works fine in Android but when we move over and begin testing in Windows we get an exception when we attempt to PushAsync the Menu page. The exception is ‘Value does not fall within the expected range’.
It appears to be in the Navigation area since we can create the page then add. Page creation works fine. Error happens only when we push it.
Refresh UI in MAUI when changing from portrait to landscape
I saw other posts about this topic but their are not recent. The issue is when you have a .NET8 MAUI page and you change the orientation of your device, MAUI is not refreshing the UI.
Text Gradient Effect On NET8 MAUI?
Is it possible to have text gradient effect like HTML5 CSS3 on NET8 MAUI?
How do I clear out all items in a NET Maui Picker in C#?
I want to do something like I can in NET Framework.
NET Maui – How do I run a SQLight query with parms and populate a List of objects?
I am using SQLight from these packages. SQLite-net-pcl – 1.9.172 SQLitePCLRaw.bundle_green – 2.1.8
How to define a function based on the platform in MAUI?
In my .NET8
MAUI
application, I have a few functions for every platform but most of the code is the same. I saw somewhere that I could do something like: