You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
web-to-app
About this tag
Web-to-app linking enables Windows apps to open directly from associated website links, bypassing the browser for a richer user experience. This technique, implemented via AppUriHandlers and a JSON configuration file, drives engagement by launching the installed app when users click relevant web links. If the app is not installed, the website opens normally. It is particularly useful for scenarios where the app offers more features than the browser, such as on mobile or desktop. The tag covers setup requirements, including the JSON file and handler registration, to achieve seamless web-to-app transitions.
Overview
Web-to-app linking allows you to drive user engagement by associating your app with a website. When users open a link to your website, instead of opening the browser, your app is launched. If your app is not installed, your website is opened in the browser as usual. By implementing...
app manifest
app registrations
appurihandlers
configuration
deep linking
http
https
json
linking
narwhalfacts
navigation
offline access
package family name
sideloading
testing
user engagement
validation
visual studio
web-to-app
windows