jquense / react-big-calendar

gcal/outlook like calendar component
http://jquense.github.io/react-big-calendar/examples/index.html
MIT License
7.81k stars 2.23k forks source link

Bug: onSelectSlot does not work on iPad #1399

Open jenstroeger opened 5 years ago

jenstroeger commented 5 years ago

Using a mobile device, navigate to your own demo page, switch to the “Create events” example and tap around… slots can not be selected to create new events. However, existing events respond to taps.

Verified on iPad 4 with Chrome and Safari, and on Android Phone with Chrome.

This issue seems to be a duplicate of issues https://github.com/intljusticemission/react-big-calendar/issues/972 and https://github.com/intljusticemission/react-big-calendar/issues/364, both of which were closed without explanation or fix. Also somewhat related is issue https://github.com/intljusticemission/react-big-calendar/issues/1005.

dpikt commented 5 years ago

To clarify, this is just for taps right? I think tap+drag works on mobile.

jenstroeger commented 5 years ago

@dpikt, correct. I don’t think I tried tap and drop after tap alone didn’t work.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jenstroeger commented 4 years ago

This issue is not stale, and AFAIK it has not been addressed either.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jenstroeger commented 4 years ago

This issue continues to be there, it’s not being fixed, and should not be marked stale just because it’s not being addressed.

CodeAstronautic commented 3 years ago

Using a mobile device, navigate to your own demo page, switch to the “Create events” example and tap around… slots can not be selected to create new events. However, existing events respond to taps.

Verified on iPad 4 with Chrome and Safari, and on Android Phone with Chrome.

This issue seems to be a duplicate of issues #972 and #364, both of which were closed without explanation or fix. Also somewhat related is issue #1005.

you can use longPressThreshold={20} it will work on iPad Thanks