Skip to content
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] Keyboard don't dismiss after selecting place #288

Open
jessicalewinter opened this issue Jul 30, 2020 · 0 comments
Open

[iOS] Keyboard don't dismiss after selecting place #288

jessicalewinter opened this issue Jul 30, 2020 · 0 comments

Comments

@jessicalewinter
Copy link

Hi, I'm having this issue on iOS. After selecting the place from the modal, the keyboard still appears.

I solved this issue by putting this line of code to dismiss the keyboard on the file RNGooglePlacesViewController.m inside the Pods folder:
[[[UIApplication sharedApplication] keyWindow] endEditing:YES];

It will any new version soon to solve this kind of issue? It has also a problem with dark mode on iOS.

Thanks and I hope that this can help others that are facing with the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant