mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #458] How does the geo: URL in a view work? #351
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#351
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jpmens on GitHub (Oct 30, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/458
I can't get
geo:to workd in ntfy 1.28.0, neither with the CLI program nor when posting with curl.I'm trying the example from the documentation (though I'd like to specify
lat,lononly):and I'm rewarded with (formatted for clarity):
The UI (here in Chrome) displays:
but when I click on the link, Chrome opens a new tab with
about:blank. (For the record: the ntfy iOS app does nothing)I'm sure I must be formatting the URL incorrectly, but how?
I've also tried this, but there's no distinct behavior:
@jpmens commented on GitHub (Oct 31, 2022):
In FireFox, the result of clicking on the
geo:URL is:@binwiederhier commented on GitHub (Oct 31, 2022):
geo:URIs are not universally understood by all operating systems, similar totel:. Android knows what to do with them, but apparently your OS does not. I'm sure there's some application you can install that will handle thegeo:URL. If you send a Google Maps link instead, it'll likely have the same desired effect.@jpmens commented on GitHub (Oct 31, 2022):
Thanks for the clarification.
I suppose I was expecting ntfy do do the "magic" conversion to proper URLs, but what you say makes sense.