Can't click on the result of Google Maps Autocomplete Result in iOS Simulator / Device

Hey everyone,

In my Ionic 2 app, I have a page with an input that is connected to the Google Maps JavaScript SDK Autocomplete feature. It works fine while running ionic serve or while running on an Android device. But I noticed a strange behaviour on iOS. The results show up fine, but when I click on any of them, the list disappears and none of the results get selected.

I was wondering if anyone else had the same issue here?

I found a similar issue on the web somewhere, but I don’t think the answer can be applied here since it seems to be related to the fastclick library. But it does leads me to think that it could be caused by Ionic’s own fastclick alternative (if that even exists).

Here are some related issues:



I will update this issue if I figure out a solution.

Hello ! Did you find a solution ? :slight_smile:
I am trying to use Google Maps Autocomplete too.
Thanks :wink:

Ended up using the HTTP API instead of the JavaScript API. Made my own “list” using ion-list and ngFor

Hi, I have the same issue.
Does the app works well with this solution?
Thanks :slight_smile: