You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried clicking on a <a href="ms-windows-store://...">Example</a> deeplink from within a WebView2 UWP App.
Actual: It launches the Xbox App Store
Expected: ms-windows-store://review/?ProductId=9WZDNCRFHVJL would open a Rate and Review Dialog on Xbox
It appears that Windows.System.Launcher.LaunchUriAsync will work if I want to programmatically launch a deeplink from within the C# wrapper. Example from the documentation:
spetrey
changed the title
[Bug]: ms-windows-store URI schemas not being honored when within a <a> tag in a UWP WebView App on Xbox
[Bug/Feature Request]: ms-windows-store URI schemas not being honored when within a <a> tag in a UWP WebView App on Xbox
Feb 20, 2025
What happened?
I tried clicking on a
<a href="ms-windows-store://...">Example</a>
deeplink from within a WebView2 UWP App.Actual: It launches the Xbox App Store
Expected:
ms-windows-store://review/?ProductId=9WZDNCRFHVJL
would open a Rate and Review Dialog on XboxIt appears that
Windows.System.Launcher.LaunchUriAsync
will work if I want to programmatically launch a deeplink from within the C# wrapper. Example from the documentation:Importance
Moderate. My app's user experience is affected, but still usable. Would be nice to have
ms-windows-store://
deeplink working from within the Webview!Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
Latest
SDK Version
Latest
Framework
WinUI2/UWP
Operating System
Xbox
OS Version
Latest
Repro steps
<a>
element. Targethref
should be one of the supported schemas here: https://learn.microsoft.com/en-us/windows/apps/develop/launch/launch-store-appms-windows-store://
deeplink.Repros in Edge Browser
Yes, issue can be reproduced in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
n/a
The text was updated successfully, but these errors were encountered: