-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: GPS / Use My Location button is disabled on map #1101
Comments
This is now implemented as follows: |
Oops |
Looks good — one bug I came across: It seems like if I deny access to my location when first loading the site, the site still thinks that I have denied it permanently and the GPS button doesn’t work? The button looks clickable (blue background) but it doesn’t seem to do anything.
To recreate:
If the button is non-functional, we should make it look disabled. I’d lean towards trying to get the location whenever the user requests it and showing a message or disabling the button when that request is rejected… and not store that state in the user session. I’d ideally like to be able to change my browser’s location sharing preferences to grant access to the location, return to the website, reload the page if necessary, and get my location using that button.
|
I enabled location settings for Chrom browser and pressed the Re-center button, it is working :) |
It's working on my safari (iphone 11). |
Overview
In the past few days, the ‘crosshairs’ button to get the user’s location via GPS has been disabled both on web and mobile when in map mode.
Note the “Use my current location” button on landing page does work properly.
Perhaps this is a regression due to a recent update?
How to replicate
Platforms and apps
Safari desktop
Safari mobile
Action Items
Resources/Examples
The text was updated successfully, but these errors were encountered: