mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #281] iOS: Make links clickable #219
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#219
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 @binwiederhier on GitHub (May 29, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/281
@binwiederhier commented on GitHub (Jun 7, 2022):
I investigated this for half an hour or so, and while it is pretty simple to just evaluate the entire payload as Markdown, I don't want to do that, because that would be inconsistent with the Android app. Also, I want links to be highlighted regardless of whether someone adds
[..](..)around it or not.This seems trickier, and I gave up after 30min.
Some links:
https://stackoverflow.com/questions/57744392/how-to-make-hyperlinks-in-swiftui
https://www.hackingwithswift.com/example-code/system/how-to-make-tappable-links-in-nsattributedstring
https://swiftuirecipes.com/blog/hyperlinks-in-swiftui-text
https://www.raywenderlich.com/29501177-attributedstring-tutorial-for-swift-getting-started
@robfox92 commented on GitHub (Jul 11, 2022):
Even just making notification text selectable/copiable would be a good start. At least you could then paste into the browser.
@plia7 commented on GitHub (Jun 24, 2023):
Hello, can confirm links are not clickable on my iPhone 12 Pro Max, iOS 14.4.1. Would be a really nice feature to have. Thanks.
@loc9493 commented on GitHub (Aug 16, 2023):
I created a PR for this issue: https://github.com/binwiederhier/ntfy-ios/pull/14. @binwiederhier Can you check it?