1

Abetterrouteplanner.com doesn't display anything in Firefox if geo.enabled==false


M
muzso -

The ABPR website's JS code makes the false assumption that Navigator.geolocation is always present. It's not and that's OK.
If the "geo.enabled" (hidden) setting in Firefox is set to "false", then Navigator.geolocation does not exist.

The JS code should be handling this situation gracefully the same way, when Navigator.geolocation exists, but permission is not granted by the user to share location data.

A

Activity Newest / Oldest

Avatar

Bo_ABRP

Status changed to: In progress

Avatar

Bo_ABRP

Agree, should be easily fixed.