MatthewB05

Results 9 comments of MatthewB05

OnNavigatedTo is broken as soon as you have tabs within the flyout item, as per the example at the top of this issue. It works for the first tab, but...

I'm surprised this has been open for so long without a resolution. It's still an issue as of today - if you try to publish a MAUI app that references...

Hi, I'm not sufficiently familiar with the code base to know where the best place would be to connect a setting, but I was able to remove the unwanted completion...

I wonder if this bug could also be responsible for problems in MAUI - https://github.com/dotnet/maui/issues/32729 I understand that on WIndows MAUI uses WinUI 3 and the symptoms are the same...

Given the MAUI team closed my issue as a duplicate of this one (which may or may not be the case), I'll add this workaround here in case it assists...

Also, is there a reason why the DatePicker doesn't use the system region settings ? It seems to be in US format and you have to manually set it to...

In fact it's not just the date format that's broken, the entire control is ignoring regional settings **on windows** - the day/month names are in English and the week starting...

I've had to revisit this problem but with more MAUI knowledge, I've come up with the following workaround (to go in e.g. App.xaml.cs). I'm not sure if the bug is...

Though even then the day/month names are wrong, but easier to live with than the Sunday where Monday should be, and back-to-front dates, especially for an internal app.