futo-org / grayjay-android

Read-only mirror of Grayjay repo for issue tracking
https://gitlab.futo.org/videostreaming/grayjay
Other
798 stars 50 forks source link

Link opening behavior different from other apps. Easy to accidentally opening links in video description or comments #1391

Open LethalStarfish opened 1 month ago

LethalStarfish commented 1 month ago

What happened?

It's very easy to accidentally open links in YouTube comments or the video description.

I think this may be because links open on press rather than release, but not sure.

I constantly find myself swiping past a comment or the description and accidentally opening a link in the process. I do not have this issue with any other apps.

Would be great if this could be adjusted to match the behavior of other apps!

Grayjay Version

264

What plugins are you seeing the problem on?

Youtube

Plugin Version

205

When do you experience the issue?

Relevant log output

No response

cyraid commented 1 month ago

Almost seems like the app captures the first tap immediately and doesn't wait for a tap end or something similar? (Bypassing gesture and other events)

PhilC813 commented 2 weeks ago

As soon as a URL is touched, it opens, so it is triggered if you happen to start a swipe up/down over a URL.

@grayjay-support-FUTO shouldn't this be labeled as a bug instead? It's not a standard behaviour st all.

https://github.com/user-attachments/assets/3efec548-8208-41c9-891f-2991a6b19b83

Zvonimir-FUTO commented 2 weeks ago

Fixed, we are already looking into this although I'm not sure if the fix will land in next release.