Completed
Last Updated: 15 May 2024 06:59 by ADMIN
Release 7.0.0 (2024 Q2)

When selecting MonthView from the 3-dot menu on the Scheduler component, the app hangs on iOS. 

To workaround the issue add the following to the Page where the Scheduler resides:

xmlns:ios="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific;assembly=Microsoft.Maui.Controls"
ios:Page.UseSafeArea="True"

Completed
Last Updated: 31 Jan 2024 07:55 by ADMIN
Release 6.7.0
Currently, the time ruler in the Maui Scheduler is set to 24 hour mode. The Scheduler time ruler should have the option to change the time format based on the device culture, or an option to set the format on control level.