aeharding/voyager

System context menu for URLs

Open

#1,173 opened on Jan 19, 2024

View on GitHub
 (1 comment) (2 reactions) (0 assignees)TypeScript (174 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (1,798 stars)
PR merge metrics
 (PR metrics pending)

Description

The problem Sometimes I would like to perform actions to URLs on a post/comment (e.g. share, open in a specific browser, etc). On the PWA, long pressing on a link pops the system context menu (seen in #441) which allows us to choose an action. On the Android app, we get a useless pop-up as seen in #1123.

This also applies to "Touch Friendly Links" when enabled.

#1123 mentioned this being "a native iOS thing". Unfortunately, (1) this is on Android, and (2) it's definitely not native behaviour.

Desired solution System context menu on URL long-press.

Alternatives considered Works on the PWA

Contributor guide