Difference between revisions of "Protocol Handler"
From MgmtWiki
(Created page with "==Full Title== Protocol Handlers are models that can be added to a user's computer to extend the range of protocols that can be handled by that computer. ==Context== The...") |
(→Solutions) |
||
Line 7: | Line 7: | ||
==Solutions== | ==Solutions== | ||
+ | These solutions are directed primarily to Smartphones, although uses on desktop computers are also considered. Originally all protocol handlers were written in native code for the operating system and installed by the user. | ||
+ | |||
+ | ===Android=== | ||
+ | * [[https://bugs.chromium.org/p/chromium/issues/detail?id=178097 Implement registerProtocolHandler on Android]] a CR bug issue 178097 originally posed on 2013-02-25 | ||
===PWA=== | ===PWA=== | ||
* [https://web.dev/url-protocol-handler/ URL protocol handler registration for PWAs]] a GitHub repository from Thomas Steiner. | * [https://web.dev/url-protocol-handler/ URL protocol handler registration for PWAs]] a GitHub repository from Thomas Steiner. |
Revision as of 12:35, 22 June 2021
Full Title
Protocol Handlers are models that can be added to a user's computer to extend the range of protocols that can be handled by that computer.
Context
The scope of this wiki is limited to Protocol Handlers that process Identifiers and Authentication, but might involve payment procols as well.
Solutions
These solutions are directed primarily to Smartphones, although uses on desktop computers are also considered. Originally all protocol handlers were written in native code for the operating system and installed by the user.
Android
- [Implement registerProtocolHandler on Android] a CR bug issue 178097 originally posed on 2013-02-25
PWA
- URL protocol handler registration for PWAs] a GitHub repository from Thomas Steiner.