this post was submitted on 10 Jun 2023
40 points (100.0% liked)

Mlem for Lemmy

5379 readers
3 users here now

Official community for Mlem, a free and open-source iOS Lemmy client.

Rules

  1. Keep it civil.
  2. This is a forum for discussion about Mlem. We welcome a degree of general chatter, but anything not related to Mlem may be removed at moderator discretion. This is not a forum for iPhone/Android debate. Posts and comments saying nothing but "iOS bad/I use Android" will be removed as off-topic.
  3. We welcome constructive criticism, but ask that it be both precise and polite.

FAQ

Download Mlem for iOS

GitHub

Website

Donate to Mlem

founded 1 year ago
MODERATORS
 

No idea if this is possible, but if someone posts a link to a post using an instance url it would be nice to have it try to open it as a post instead of opening the in-app browser

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

It's difficult to add URL handlers for this, however, it could be solved in two ways with a code change;

You can "share" the URL to Mlem, which can then look if its a post/comment url, and then display it natively. (tracked at https://github.com/buresdv/Mlem/issues/104)

You can copy-paste it in the search bar, which'll then show the same, this one is tracked at https://github.com/buresdv/Mlem/issues/83