Skip to content

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

@jessicalewinter

Description

@jessicalewinter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions