Trying to use stremio:// protocol but getting error
Closed this issue · 2 comments
mcspidey95 commented
Hey, im working on a project that redesigns the new tab page on browsers. I added a feature where it opens the installed app version of stremio if its installed on the system through the protocol.
when i used stremio:// to open the app, it opens but gives me this error
how do i make the app open without triggering your fetch call?
jaruba commented
you mean deep linking? https://github.com/Stremio/stremio-addon-sdk/blob/master/docs/deep-links.md
what exact url are you using? did you check the docs?
mcspidey95 commented
i didnt know it was called deep linking.
I just wanted to open the app, (the homepage)
thanks for the documentation link, i got what i needed 👍