You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
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
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
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
The text was updated successfully, but these errors were encountered: