-
Notifications
You must be signed in to change notification settings - Fork 290
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
IOS 13.0+ dark mode displays white text color for openAutocompleteModal queries on a light gray background #264
Comments
Looking into things, the SDK for IOS provides properties for controlling display colour, to further @Wmeng98's suggestion, would it make sense to allow control of these properties through the options provided to Ive been playing around with a solution and am happy to submit PR if it makes sense, though it would be IOS only options as (to my knowledge) the android side would need a custom layout to apply this kind of control. Happy to PR if it makes sense to add this feature. |
I'm having this problem too, with dark mode |
I've created PR with solution from https://stackoverflow.com/a/59071909/923497 |
What is the status of this issue? Has the PR been merged? Because I'm having the same issue even with the latest version |
@MarcoSpeziali looks like it's stuck. But you can use https://www.npmjs.com/package/patch-package, a great tool for patching your node_modules dependencies. Here is a video with a usage example. |
Any updates here? |
Based on this answer, steps to fix
|
Makes the text unreadable in this case. Maybe we could change the background color for the modal depending on theme to support IOS 13.0+?
Thanks!
The text was updated successfully, but these errors were encountered: