Maui Shell weird navigation issue with timing of ApplyQueryAttributes and Page Lifecycle
Having a bit of a weird one with Shell navigation and the timing of ApplyQueryAttributes
relative to other page lifecycle events.
MAUI routing in the Shell
I’m trying to setup some routing on shell items in a Maui application as there appears to be a consensus that this is the correct thing to do.
Not able to set Shell top Tabbar width in IOS
Above is my tabbar code
I want to set the width of top tabbar items so that it fits to screen
Shell Backbuttonbehaviour iconoverride fontimagesource
With reference to https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/shell/navigation?view=net-maui-8.0 I see that the IconOverride takes an ImageSource parameter, hence, a FontImageSource.
try to disable hover effect during nivation between TabBar Tabs in .NET MAUI
I tried a lot to hide or delete Hover effect as below form app but I can’t get the item which has this effect
the issue when I click on any menu tap make short hover circle and it affect UI Badly
How to scroll to today in a custom calendar control?
I am implementing a horizontal CalendarView in my Maui application. My plan when the app starts the calendar is scrolled to today, automatically. However this does not work as expected, but when I navigate to another tab and back it works.