Skip to content

Bug: Can't pass location permissions page on Firefox if geo.enabled is false #238

Description

@TimTree

Summary

Firefox has a setting in about:config called geo.enabled. If this is set to False, navigator.geolocation becomes undefined.

Firefox users with geo.enabled as False will get the error TypeError: navigator.geolocation is undefined when clicking next on the locations page. They are unable to use the app, even with location access disabled, because the locations page expects a response from navigator.geolocation to proceed.

Objectives

  • Rework geolocation permission handling to account for the lack of navigator.geolocation

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions