Skip to content

Conversation

@hjiangsu
Copy link
Member

Pull Request Description

This PR introduces the ability to open and share links on iOS though the share extension.

This differs slightly to the Android implementation in that it opens up the given post/user/comment/instance if it detects the incoming link to be a Lemmy link. This is because there's no current way to open up Lemmy links on Thunder through iOS, and it seems like the most likely use-case for sharing a Lemmy link is to open the link within the app.

This is still in draft as more testing is required (for media, and other types of links) and I would like to implement the ability to open links for communities as well if possible.

Issue Being Fixed

Issue Number: N/A

Screenshots / Recordings

Checklist

  • Did you update CHANGELOG.md?
  • Did you use localized strings where applicable?
  • Did you add semanticLabels where applicable for accessibility?
@@ -0,0 +1,360 @@
//
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: This file still needs to be cleaned up as it is retrieved from the template of the package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants