voyager icon indicating copy to clipboard operation
voyager copied to clipboard

System context menu for URLs

Open nanangp opened this issue 1 year ago • 1 comments

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

nanangp avatar Jan 19 '24 06:01 nanangp

Hi there!

So, unfortunately system context menus are not supported in Android WebView AFAIK. I don't know why. If someone wants to research, that would be welcome, but when I looked into it that seems to just be the way things are. :(

aeharding avatar Jan 21 '24 18:01 aeharding