-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calendar sheet disappears immediately after becoming visible in iOS 11.3 #28
Comments
I fixed this by modifying the |
Thanks @atdrago! If you make a PR for that fix, I'd be happy to merge it in. |
Hey @jasonsalzman, I'm sorry but I probably won't be able to put a PR together for this. I think we're probably, unfortunately, going to go with a server downloaded ICS file rather than use this library because of this 2-year-old iOS Chrome bug (which I just ran into while testing this fix) https://bugs.chromium.org/p/chromium/issues/detail?id=666211 Because of this, I can't justify to my team spending time on a PR for this. I'd be happy to share what I did though. Before the
I hope that helps! |
Ya, unfortunately that chrome bug is a real pain. Thanks anyway for reaching out! |
@atdrago This fix doesn't seem to work for me. Did you edit anything in helpers/index.js? |
@atdrago @jasonsalzman hi, I'm dropping by again. I have tried this fix, I have also tried to upload it in amazon s3 and download it from there, but this issue is still here! |
@polens29 @atdrago I've found having the linke target be
|
I had another take at it, though the approach was similar. Replace:
with:
...as I did here: 800968f The line to be replaced is this one:
|
In iOS 11.3, the calendar sheet will appear, then immediately hide. It can be reproduced on any device running iOS 11.3 on the demo site. Thank you very much for your help!
The text was updated successfully, but these errors were encountered: