Saw the inverse of this request, but I am needing to be able to prompt the user to allow their location to be used in web browser each time a button is clicked, using javascript if possible.
My app is heavily-reliant on the user's current location, and I offer a button to plot current location on a map. If they "Block" that functionality the first time in their browser, it makes it hard to tell the user how to "go back and allow it for this site." So I am trying to force that prompt each time they click the button, even if they have "blocked" it once before. Is this possible?