Add handler for supported website URIs
See original GitHub issueAdd a handler for website URIs to add the ability to open Tachiyomi directly to the specified manga when clicking a link to a manga on a supported source.
Android Developer - Handling App Links
Example: When clicking on the link:
http://m.mangahere.co/manga/the_gamer/
OR
http://www.mangahere.co/manga/the_gamer/
Tachiyomi would also be an option for opening the link instead of Chrome, and would open directly to the source and manga where it could be read or added to the library.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:9
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Enable apps for websites using app URI handlers
Enable apps for websites using app URI handlers ; Your app needs to identify the URIs for the websites it will handle. To...
Read more >Web-based protocol handlers - Web APIs - MDN Web Docs
Web -based protocol handlers allow web-based applications to participate in the process too. This is becoming more important as more types of ...
Read more >URL protocol handler registration for PWAs
The secure-content-only Navigator method registerProtocolHandler() lets sites register their ability to open or handle particular URL schemes.
Read more >Getting started with Protocol Handlers for your web app
Protocol handlers could be used for web app communication where one app directly invokes another and passes data via custom protocol links. How- ......
Read more >Run: Add option for URI handler to work like standard Start ...
URI handler for Run interprets all queries as addresses in the format "https://[input]/" in the address bar of the web browser. Add an ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
hasn’t this been implemented now with the extensions handling deep links? Should this be closed?
@karakot This is a trade-off between flexible or hardcoded sources. Given the choice I’ll gladly take the first one.