bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

ERROR: Automatic location detection failed. Please fill in your address or zip code. #273

Closed joesparacio closed 1 year ago

joesparacio commented 3 years ago

We just started getting the "Automatic location detection failed. Please fill in your address or zip code" alert every time the map loads in Chrome and Edge. It's not happening in Safari and FF (after allowing location). We updated the source files to the latest found in this repo. Any other suggestions? Has been working flawlessly prior to a couple weeks ago.

varunsood commented 3 years ago

@joesparacio Are you able to fix this?

joesparacio commented 3 years ago

Yes, we realized geolocation failed because we had set "geolocation: none" in the Features Policy, which Chrome and Edge strictly adhere to. Safari and Firefox ignore this setting.