wojtekmaj / react-calendar

Ultimate calendar for your React app.
https://projects.wojtekmaj.pl/react-calendar
MIT License
3.52k stars 509 forks source link

Calendar not working properly with iOS 16.6 #894

Closed MLAvolvo closed 1 year ago

MLAvolvo commented 1 year ago

Before you start - checklist

Description

We are using react-calendar in one of our projects. Ever since they have updated to the new iOS 16.6 version the Calendar does not work properly. Users cannot select a date from the calendar, it is only possible to select the date that is the same as the month. i.e. 8th of August (8/8), 7/7, 6/6 and so on... Have tried in other browsers. Anyone else with this issue or know how to solve it?

Steps to reproduce

Expected behavior

The date chosen to be selected

Actual behavior

The date does not get selected unless its the same number as the month

Additional information

Works for other iOS and OS versions.

Environment

AndressaTonietto commented 1 year ago

I am having the same problem! You can only select dates that are the same number as the month. And only for iOS 16.6, it doesn't matter which browser I use.

MLAvolvo commented 1 year ago

I am having the same problem! You can only select dates that are the same number as the month. And only for iOS 16.6, it doesn't matter which browser I use.

So weird!!

wojtekmaj commented 1 year ago

Why did you close this? Is the issue resolved somehow?