olefirenko / vue-google-autocomplete

A Vue.js autosuggest component for the Google Places API.
https://olefirenko.github.io/vue-google-autocomplete/
MIT License
507 stars 258 forks source link

suggestions container populating at out of sight, at top of the page on iPhone. #126

Open zacsneds opened 5 years ago

zacsneds commented 5 years ago

On iPhone, when i type in the address I search for I cant see the div .pac-container that holds the suggestions. On further checking the container is being made, but it's being made high up the page and out of sight.

This does however work fine on Androids and desktop. Has anyone come across this issue before?

The only fix I can see at the moment is to re-calculate and over-ride the css top: calculation (for iOS only)