Skip to content Skip to sidebar Skip to footer

Geolocation In Safari 9 Always Returning Position Unavailable

I'm building an app where I need to get the user's location. To do this I have a click event attached to a button, which then calls navigator.geolocation.getCurrentPosition(getVenu

Solution 1:

Safari is not on the list of apps in the Enable Location Services list in System Preferences. You'll need to go into System Preferences > Security & Privacy > Privacy tab, and make sure Safari is on the Enable Location Services list.

enter image description here

Post a Comment for "Geolocation In Safari 9 Always Returning Position Unavailable"