xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 475 forks source link

FastClick make touch autocomplete pac-item fail #377

Open alicksnake22 opened 6 years ago

alicksnake22 commented 6 years ago
import FastClick from 'fastclick'
FastClick.attach(document.body);

I use fastclick like this,then i select one of the pac-item in autocomplete,did not emit place_change. If i remove this two code,it works.Is it a bug?

Lenndev commented 6 years ago

@alicksnake22 did you find a solution to this problem yet. it seems like i'm having the same issue. on iOS only. selecting an autocomplete item doesn't do a thing...

zabaat commented 5 years ago

try this? https://gist.github.com/schoenobates/ef578a02ac8ab6726487