Skip to content
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

Geolocation: the "Where am I?" button no longer works. #36

Open
teandcookies opened this issue Oct 21, 2018 · 1 comment
Open

Geolocation: the "Where am I?" button no longer works. #36

teandcookies opened this issue Oct 21, 2018 · 1 comment

Comments

@teandcookies
Copy link

teandcookies commented Oct 21, 2018

Summary: "Where am I?" button in the section Geolocation doesn't work - there is no visible result after clicking on it.

Steps to reproduce: Go to the section Geolocation and click on the "Where am I?" button.

Expected results: After clicking on the "Where am I?" button the user should get his current longitude and latitude.

Actual results: There is no outcome after clicking on the button.

More info

Source URL: http://the-internet.herokuapp.com/geolocation

Browser: Chrome 69.0.3497.100

@teandcookies teandcookies changed the title Geolocation: the "Where am I?" button no longer works. Geolocation: the "Where am I?" button no longer works bug Oct 21, 2018
@teandcookies teandcookies changed the title Geolocation: the "Where am I?" button no longer works bug Geolocation: the "Where am I?" button no longer works. Oct 21, 2018
@riccione
Copy link

riccione commented Dec 27, 2018

It is not a bug. it happens because Chrome deprecated getCurrentPosition() and watchPosition() for insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
There is only one solution to switch the the-internet.herokuapp to https
See answer #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants