OpenInApolloExtension icon indicating copy to clipboard operation
OpenInApolloExtension copied to clipboard

Open in Apollo automatically not working

Open boludo00 opened this issue 4 years ago • 4 comments

Awesome feature btw! When I set the option to Allow, reddit links still prompt me with the Popup prompt for the Ask setting.

if (isAutomatic) {
    window.location.replace(`https://openinapollo.com?subreddit=${subreddit}&postID=${postID}&commentID=${commentID}&context=${context}`);
} else {
    window.location.replace(`apollo://reddit.com/r/${subreddit}/comments/${postID}/_/${commentID}/?context=${context}`);
}

Seems like here is the logic for differentiating the 2. But the Ask setting prompts me with the Popup message as expected.

boludo00 avatar Sep 22 '21 17:09 boludo00

@boludo00, I am having the same issue on a M1 running Monterey and I haven't tested on Big Sur yet.

mdpauley avatar Sep 23 '21 03:09 mdpauley

I also still get the Open this page in “Apollo”? popup… (iOS 15.0.1).

https://reddit.com/r/apolloapp/comments/ptz7qf/i_have_the_extension_set_up_properly_but_still/

notDavid avatar Oct 09 '21 12:10 notDavid

Getting this issue too. The flow is:

  1. Click reddit link in safari (takes you to apollo)
  2. use the screen swipe gesture to go back to safari
  3. See that the "Open in Apollo" button is there

rushilmehra avatar Oct 10 '21 01:10 rushilmehra

One reason for this issue if you have Safari set to use Private mode. Switching to Normal mode allows the extension to launch Apollo automatically.

Why the extension can't work in Private mode as other extensions do, doesn't make sense to me.

JessePeden avatar Dec 17 '22 21:12 JessePeden