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.
You are viewing a single thread.
View all comments 17 points
*
One change made:
if (browser.UserAgent == "Firefox") {
const doesPageLoad = ~~false~~ true;
};