You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently Reddit started implementing a new format for share URLs on their mobile apps. This is not supported by Apollo.
how it breaks Apollo When a user clicks on one of these links, instead of being pushed to the post or comment in question, a WebView opens. This page is often broken if the share link is to another comment, or NSFW post.
@losh11, just added support for share links in v1.0.4! Took quite a bit of trial and error and I might've over-engineered some parts of it but it functions nicely for the most part.
There are currently a few limitations:
Share links in private messages still open in the in-app browser
Long-tapping share links still pop open a browser page
Please let me know if you run into any issues with it.
From EthanArbuckle#36:
Current bugs:
The text was updated successfully, but these errors were encountered: