15 points

i opened it in safari for iphone and it told me my browser isn’t supported 😅

permalink
report
reply
5 points

I guess I understand wanting to focus on other platforms since every device with safari also has a maps app, but the website is supposed to work on an iPad?

They should’ve at least put a redirect to the native version instead of the browser unsupported message.

permalink
report
parent
reply
1 point
*

They should’ve at least put a redirect to the native version instead of the browser unsupported message.

They did both.

permalink
report
parent
reply
3 points

Oops, didn’t work for me I guess

permalink
report
parent
reply
3 points

Changing the scaling makes it work

50% scaling, works fine

100% scaling, doesn’t work

permalink
report
parent
reply
8 points

I thought this was already a thing. DuckDuckGo has been using Apple Maps for a while

permalink
report
reply
1 point

I am confused as well…

permalink
report
parent
reply
2 points
*

I tried to get it to work in Firefox by changing the user agent but it only works if you make the window small enough (???). Even trying to hack patch their stupid redirect away with the userscript below leaves the map empty if you resize above a certain size so there’s probably actually something they’re doing that doesn’t work.

Userscript
// ==UserScript==
// @name        New script apple.com
// @namespace   Violentmonkey Scripts
// @match       https://beta.maps.apple.com/*
// @grant       none
// @version     1.0
// @author      -
// @description 2024-07-25, 15:04:37
// ==/UserScript==

(() => {
  const realSetTimeout = window.setTimeout;

  window.setTimeout = (f, t) => {
    const err = Error();

    if (err.stack.includes("mapNodeDidFail")) {
      console.log(f, t, err);
      return;
    }

    realSetTimeout(f, t);
  };
})();

EDIT: this is probably the same issue as the scaling one on the iPhone

permalink
report
reply

Apple

!apple_enthusiast@lemmy.world

Create post
Welcome

to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion!

Rules:
  1. No NSFW Content
  2. No Hate Speech or Personal Attacks
  3. No Ads / Spamming
    Self promotion is only allowed in the pinned monthly thread

Lemmy Code of Conduct

Communities of Interest:

Apple Hardware
Apple TV
Apple Watch
iPad
iPhone
Mac
Vintage Apple

Apple Software
iOS
iPadOS
macOS
tvOS
watchOS
Shortcuts
Xcode

Community banner courtesy of u/Antsomnia.

Community stats

  • 2.2K

    Monthly active users

  • 994

    Posts

  • 3.3K

    Comments