Difference between revisions of "Native App URI Handlers"

From MgmtWiki
Jump to: navigation, search
(Problems)
(Context)
Line 4: Line 4:
  
 
==Context==
 
==Context==
* It is possible that web applications would like to
+
* Many web applications would like to improve their [[User Experience]] by installing a [[Native App]] on the user device to provide more performant responses to user input. This has been enabled on most [[User Device]]s by operating system enhancement that allow the registration of the web site's URL and intercepting HTTP requests so that they can be partially or fully handled on the local device.
  
 
==Problems==
 
==Problems==

Revision as of 18:14, 17 December 2018

Full Title or Meme

A Native App can register to receive HTTP calls from the browser on the User Device,

Context

  • Many web applications would like to improve their User Experience by installing a Native App on the user device to provide more performant responses to user input. This has been enabled on most User Devices by operating system enhancement that allow the registration of the web site's URL and intercepting HTTP requests so that they can be partially or fully handled on the local device.

Problems

  • The original problem that create

Solutions

References

  1. Native App general page on this wiki
  2. Native App Security page on this wiki
  3. Native App Privacy page on this wiki
  4. W3C page on web apps best practices as of (2010-12-10).
  5. IETF RFC 8252 OAuth 2.0 for Native Apps https://tools.ietf.org/html/bcp212#section-7.2
  6. Apple App Store Review Guidelines https://developer.apple.com/app-store/review/guidelines/