I’m trying to find an android mastodon app that can handle links from outside the app and open them in the app. Tusky is not going to implement this feature request and I haven’t seen anything from the official app nor Fedilab.

It really feels like not being able to open mastodon links in an app is what’s holding me back from using Mastodon more. I don’t always find Mastodon content from within and is like to be able to interact with them more.

  • Ephera
    link
    English
    22 months ago

    What I could theoretically imagine, is that an extension could give it a custom URL scheme, like mastodon://mastodon.social/v1/..., and then the various Mastodon apps could register an intent/open handler for that. But yeah, again, quite a bit of effort.

    Alternatively, the apps could offer a secondary Share-action, which tries to open the link instead of creating a post from it…