Open in Apollo automatically not working
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, I am having the same issue on a M1 running Monterey and I haven't tested on Big Sur yet.
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/
Getting this issue too. The flow is:
- Click reddit link in safari (takes you to apollo)
- use the screen swipe gesture to go back to safari
- See that the "Open in Apollo" button is there
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.