You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With voice over turned on if you swipe right from the last navigation bar item to the next item (in the calendar), notice that the header date (e.g., May 2024) switches to the minimum date, e.g.: December 1969.
Integration method. Swift Package Manager
Full steps to reproduce.
Configure FSCalendar as a weekly calendar.
I implemented max and min date delegate functions. Min date returns first day of the year, max date returns last day of the year
When voice over is enabled and user swipes to the calendar the heading is changed to the min date.
After selecting a date and swiping, once the user reaches the last day of the week it does not navigate to the first date of the next
week, it navigates to the min date but the calendar does not update
Device modal and iOS version. iPhone 13, iOS 17.4.1
Xcode version. Xcode 15.3
FSCalendar version. 2.8.4
VoiceOverFSCalendar.mov
The text was updated successfully, but these errors were encountered:
With voice over turned on if you swipe right from the last navigation bar item to the next item (in the calendar), notice that the header date (e.g., May 2024) switches to the minimum date, e.g.: December 1969.
Integration method. Swift Package Manager
Full steps to reproduce.
Configure FSCalendar as a weekly calendar.
I implemented max and min date delegate functions. Min date returns first day of the year, max date returns last day of the year
When voice over is enabled and user swipes to the calendar the heading is changed to the min date.
After selecting a date and swiping, once the user reaches the last day of the week it does not navigate to the first date of the next
week, it navigates to the min date but the calendar does not update
Device modal and iOS version. iPhone 13, iOS 17.4.1
Xcode version. Xcode 15.3
FSCalendar version. 2.8.4
VoiceOverFSCalendar.mov
The text was updated successfully, but these errors were encountered: