on android setting…opening links. i find a lot of apps used for the default opening of links. but that list can t be managed and any entries are possivle to be added.
is it a feature that ONLY an app developer can do? i would like to open lemmy links not on default browser but on the app
The app must enumerate which links it should handle at compile time. I guess they could add lemmy.ml, but that will still be an issue if you’re using a different instance.
true…but better than nothing
Could you open an issue for this on the github? It might be possible for at least a few more popular instances.
With newpipe I have noticed that it can also take links to invidious and piped instances. I don’t know if this is hardcoded or done using a regex like
.*/watch=.*
or whateverThanks