Test in the browser's developer console by typing this code to see if it can retrieve the geolocation:
navigator.geolocation.getCurrentPosition(console.log, console.error);
This could help pinpoint whether the issue is specific to your app or a general browser issue.