-
Notifications
You must be signed in to change notification settings - Fork 36
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
Modal is blank on iOS 13.1 #61
Comments
I believe this is happening due to Dark Mode being set on the iPhone, a new Apple feature? |
Yea, so this is definitely dark mode turning the picker white. I can look into fixing this but if you need an urgent fix you can add this to Info.plist and it will use the light UI style for your app, which is probably what youll want to do anyway unless you are making the effort of your whole UI respecting the new feature
|
Can confirm this solves this issue, and many others due to the mode change. Thanks Dave! This is one my favorite plugins, very well done. |
Yep, the plist change indeed fixes it. Thank you very much! |
Which platform(s) does your issue occur on?
iOS
Please, provide the following version numbers that your issue occurs with:
1.2.1 of Datepicker, 13.1 for iOS.
Please, tell us how to recreate the issue in as much detail as possible.
Open up a date picker, the picker is there as I can scroll the dates and feel the haptic feedback, however nothing is rendered inside the modal it is completely blank
The text was updated successfully, but these errors were encountered: