Unplanned
Last Updated: 03 Dec 2024 08:06 by ADMIN
If you use the Scheduler control inside a Shell app, editing an existing appointment and closing the EditAppointment Dialog leads to an IndexOutOfRangeException on iOS.
Declined
Last Updated: 20 Aug 2024 10:24 by ADMIN

If an Appointment Start-Value and End-Value are the same, the Appointment is not being shown in the Day- and in the Week-View

Unplanned
Last Updated: 13 Aug 2024 10:01 by ADMIN
Created by: Nico
Comments: 3
Category: Scheduler
Type: Bug Report
0

The AppointmentTapCommand is not working on Android in DayView and WeekView, only works on MonthView.
When selecting an appoinment in Day/WeekView the Scheduler scrolls to top

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"