Difference between revisions of "Protocol Handler"
From MgmtWiki
(→Headline text) |
(→Context) |
||
Line 3: | Line 3: | ||
==Context== | ==Context== | ||
− | The scope of this wiki | + | The scope of this wiki focused on to [[Protocol Handler]]s that process [[Identifier]]s and [[Authentication]], but might involve payment procols as well. |
− | |||
==Solutions== | ==Solutions== |
Revision as of 16:43, 1 August 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 focused on 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
- PWAs as URL Handlers for the web.dev web page
- URL protocol handler registration for PWAs a GitHub repository from Thomas Steiner.