mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #226] Messages with links not selectable #183
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#183
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 @StoyanDimitrov on GitHub (Apr 28, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/226
Messages with auto-linked text can not be selected by tap over the text, any text not only link. Tapping over empty area successfully selects message.
@binwiederhier commented on GitHub (Apr 29, 2022):
Maybe this https://medium.com/@Saketme/a-better-way-to-handle-links-in-textview-27bb70b2d31c (https://github.com/saket/Better-Link-Movement-Method) is a solution.
@binwiederhier commented on GitHub (May 1, 2022):
Fixed in
github.com/binwiederhier/ntfy-android@4771ccc6c0I also tried the link movement method above, which highlights links nicely when they are clicked and allows for long-click options. However, the long click does not work properly because the long-click-select-row logic interferes with it. So for now I won't add this. It'd be nice though to open a menu to "copy" or "open" the link on long click