i build a Google Maps Javascrip API web app. I used to init the map with geolocation. So it was asking the browser for permission and it worked fine.
Now my desktop Chrome simply doesn't support the geolocation in my app. I went to Properties to check the geolocation stuff, it was all right. I don't know the reason. Maybe due to the debug process or running a test on my desktop instead of my website (like an issue here).
So what might be the problem and how can I enable geolocation on my website again? Normally I'd like to have a button to prompt geolocation if the site was blocked.