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

Safari - iOS: When selecting the autocomplete address, it is not selected #119

Open
lucasvargasmodaklive opened this issue Aug 14, 2023 · 0 comments

Comments

@lucasvargasmodaklive
Copy link

We have implemented the autocompletion of google places in an input, and it happens to us that on iPhone, when entering an address, the autocompletion is shown, but if any of the options is selected, it is as if you had not clicked it, and you have to be insistent Let's say touch the option like more than 3 times for it to be taken.
This does not happen on other devices.

Any solution? This only happens in iOS - Safari

This is the code html

<div class="input-container" >
        <span class="p-float-label" #container>
            <input
                #search
                [(ngModel)]="addressFormatted"
                ngx-google-places-autocomplete
                (onAddressChange)="handleAddressChange($event)"
                type="text"
                pInputText
                id="addressLineInput" 
                class="input-element"
                [options]="options"
            >
            <label class="label-text" for="addressLineSearchInput">Search your address</label>
        </span>
    </div>

Thanks

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