-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigate icon does not work on MacOS, iOS, iPadOS #103
Comments
Hi @alltheseas thanks for the report, we use the geo URI link scheme to pass the location coordinates off to any compatible installed app on the device. I would have thought Apple Maps would recognise this standard but maybe they don't. Is that the maps app you are using? |
Actually based on this error message it looks like Safari doesn't even try to pass the geo URI on to any other apps... classic Apple not using an open standard XD. Maybe for iOS users we should just use an Apple Maps link? |
Yes, seems like gmaps cannot be set as default on iOS, so apple maps link would be the safe bet. |
Actually this is a Safari specific issue, so if a user was using Brave browser on iOS for example then the Navigate links would work. So maybe we should only default to Apple Maps if a user is using Safari... |
Also, the navigate function on Android/Brave opens the mapping app of your
choosing zoomed to the location, but doesn't initiate the navigate to
feature, in fact there is no destination pin.
…On Tue, 27 Jun 2023, 18:13 secondl1ght, ***@***.***> wrote:
Actually this is a Safari specific issue, so if a user was using Brave
browser on iOS for example then the Navigate links would work. So maybe we
should only default to Apple Maps if a user is using Safari...
—
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUYWY7MRCU72NEY2GOEWJ2LXNMIFFANCNFSM6AAAAAAZU5HQKA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for testing - so it seems iOS in general doesn't support geo URI's (unless you need to specify a default application to open these types of links, but any mapping app you have on your phone should do this by default I would think). Do you have a Mac desktop we could also test on? |
Safari on iPadOS exhibits same behavior as MacOS |
Entering the geo URI into the browser URL won't work - it works by if an application on your computer is listening for geo URI events coming from another application. But I think you've confirmed that it doesn't work on iOS or Mac, so we should use a regular Apple Maps or OpenStreetMap navigate URL for Apple users. |
To be clear, I did not manually enter any URL. I simply clicked on the Navigate button.
Correct, and navigate does not work on the iPad either. |
Describe the bug
PWA
Safari iOS
Navigate does not work
To Reproduce
Expected behavior
Open up default navigation app on device (e.g. apple maps, google maps etc)
Screenshots
![image](https://private-user-images.githubusercontent.com/64376233/249012601-b3847473-92e1-4b8d-b4fe-42f5bb727271.jpeg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NDM1NDEsIm5iZiI6MTczOTU0MzI0MSwicGF0aCI6Ii82NDM3NjIzMy8yNDkwMTI2MDEtYjM4NDc0NzMtOTJlMS00YjhkLWI0ZmUtNDJmNWJiNzI3MjcxLmpwZWc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxNDI3MjFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wMjQ1MTdkZWE2MDczZGI1YjcwNTMyODQxOTk4OGE1NmNlYTc2ZWRhM2M3ZGQ5MjQyYjE1Nzc0ZWFmNWZiOTQ4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.QL-feGqflJONwB3A2zE-Mu1qiGIVo3XX3zIFab0FMP0)
Additional context
The text was updated successfully, but these errors were encountered: