vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views
https://vkurko.github.io/calendar/
MIT License
964 stars 82 forks source link

Demo does not display on iOS #227

Closed Toba-bonjour closed 4 months ago

Toba-bonjour commented 4 months ago

The demo https://vkurko.github.io/calendar/ does not display on iOS 15.3.1 with firefox 122, Chrome 117 and Safari. Can not reproduce with Firefox and Chrome Desktop in responsive design mode.

IMAGE 2024-01-28 202835

vkurko commented 4 months ago

Thank you for reporting. I can confirm the bug.

This is due to the unusual behavior of the Intl.DateTimeFormat.formatRange() function, which in iOS 15 unexpectedly throws an error if startDate is later than endDate. This happens with events moving on to the next day. I will try to find a solution as soon as possible.

vkurko commented 4 months ago

@Toba-bonjour The problem should be fixed in v2.6.1. Please check.

Toba-bonjour commented 4 months ago

Yep, it works with Firefox, Chrome and Safari in iOS 15, thanks a lot!

vkurko commented 4 months ago

Great! Thank you.