mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #279] iOS: Click to copy #215
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#215
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/279
@fresh2dev commented on GitHub (Aug 15, 2022):
I was evaluating ntfy as a short of clipboard-sharing / link-sharing mechanism between my Linux devices and my iPhone. Everything was going well until I hit the wall of not being able to copy the notification text on my iPhone.
@binwiederhier commented on GitHub (Aug 18, 2022):
I am so sorry about this. I really want to work on this and it should be easy, but it wasn't simple to do when I released the initial version of the app. I will eventually get to it, but right now I have some personal things that take priority.
Try tapping the text and see if it copied it. I mayy have left the "copy text" feature in there without giving any visual indication that it actually copied it. iOS doesn't have "Toast" messages like Android. I'm not 100% sure if I left the code for that in the app though.
@bhank commented on GitHub (Nov 18, 2022):
Tapping the text does indeed copy it.
@r4zzz4k commented on GitHub (Nov 30, 2022):
Just had a check -- can confirm, it's copying, just not showing popup message the same way Android app shows the toast. It's a bit confusing, but it's nice to know copying silently works via this issue :)
@plia7 commented on GitHub (Jun 24, 2023):
Can confirm silent copy works on my iPhone 12 Pro Max, iOS 14.4.1.
But the copy is not consistent sometimes doesn't work, will be better if some copy indicator (toast) will show if possible or a copy button. Thanks.
@SkilledAlpaca commented on GitHub (Mar 25, 2024):
Confirming that "Silent Copy" still works on app version
1.3 (4)and iOS 17.3.1 with a 13 Pro Max@pierz commented on GitHub (May 19, 2024):
Would be great if one could also copy the topic name (I checked if a [long] tap copied it but no luck..)
@cgb commented on GitHub (Oct 30, 2024):
I've been using the IOS PWA app which works really well. However the same 'click to copy' behavior does not exist.
Would it be difficult to add a 'copy' button to each notification that can trigger a copy to clipboard?