Hi again,
First of great work on the update this week. The UWP version of the schedule works great and the bugs in Android are gone.
I'm currently working on a project that uses the SfSchedule on Android, iOS and UWP. The schedule works great,
but I noticed some strange behavior on iOS.
I have a couple of appointments on the 23rd of March and on the 30th of March. When I select an appointment in the day/weekview
I create a dialog which shows more information based on the appointment. This worked fine on the appointments on the 23rd, but not on the 30th.
After some debugging I noticed that in the CellTapped
the args.selectedAppointment always checks null after the 28th of March. This behavior continues until the 30th of October.
This got me thinking that it may have something to do with daylight savings time, as this behavior continues in each year.
So from the 28th of March 2016 until the 30th of October 2016 I noticed the following issues in the schedule:
- Unable to select appointments
- When the schedule is in monthview and the user selects a date, the application moves to that date and changes to dayview.
Before the 28th of March this works, but after it moves to the day before the selected day - There are two sundays the 30th of October 2016 in the monthview and weekview, in 2017 these are two 29th of October
Before or after these dates everything works as expected. These problems do not
exist in the Android and UWP version of the same project. There everything works fine.
I hope there are some suggestions or solutions I could try to fix this behavior.
Regards,
Peter