Apple updated its Apple Maps on the web feature to add support for the Firefox browser this week. Firefox users on Mac, PC, and iPad can now visit Apple Maps on the web, and the site works as intended.

  • @[email protected]
    link
    fedilink
    English
    17
    edit-2
    1 month ago

    One change made:

    if (browser.UserAgent == "Firefox") {
        const doesPageLoad = ~~false~~ true;
    };