this post was submitted on 12 Jun 2023
796 points (98.5% liked)
Lemmy.World Announcements
29077 readers
8 users here now
This Community is intended for posts about the Lemmy.world server by the admins.
Follow us for server news 🐘
Outages 🔥
https://status.lemmy.world
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Support e-mail
Any support requests are best sent to info@lemmy.world e-mail.
Report contact
- DM https://lemmy.world/u/lwreport
- Email report@lemmy.world (PGP Supported)
Donations 💗
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
Join the team
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No, because I'm talking about Universal Links/App Links, the feature of Android and iOS/macOS where you tap/click on an HTTP(S) link to some site, and the link opens & gets handled in the app. The feature was made with centralization in mind, so it won't work with federated servers, especially for users on small servers.
So what I think you're talking about is called deep links, and it's certainly a challenge in this scenario
I'm pretty sure it's solvable with some effort, I'm working on a Lemmy client now and will look into intents that could be sent from the Lemmy front end. My main concern is just recognizing the links in-app robustly as people learn how to format them - if the client doesn't kick you into the browser, it solves half the problem and I'll worry about the other half