Open vardas-bill opened 9 years ago
Hey Bill, I think this is related to the App Transport Security policy. I had the same problem and once I implemented this patch on my app's plist (https://gist.github.com/mlynch/284699d676fe9ed0abfa) everything worked again!
just use https to load the google places api can also resolve this?
ion-google-place works fine when testing with ionic serve but when I load onto a physical iPhone or Android phone the Google places list does not appear.
My code looks like this:
As far as I can tell it appears to be falling over in the ion-google-place.js file when calling google.maps.Geocoder();
In my index.html file I have: