Unplanned
Last Updated: 28 May 2024 20:39 by AGX31
Tested on Samsung Galaxy S10 running Android 12 and a Samsung Galaxy S8 Android 9, the component Scheduler has been firing the AppointmentTapped event unreliably (meaning, it takes between 2-5 tap to have the edit dialog pop up or fire a custom method in the code-behind bound to the event).
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"