WebView2 on Xbox: Navigating to local html file results in edge blocking loading #4186
-
Hello, I am developing a UWP application for Xbox that utilizes WebView2. In my project in visual studio, I have a HTML file whose
This works fine on my local machine, but when I debug on Xbox I get an error page that says: "This page has been blocked by Microsoft Edge". Error code is ERR_BLOCKED_BY_CLIENT. I assume there is an issue regarding permission to load the local file on Xbox? Is there another way to load a local html file? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was able to make it work by using the same method used in the Media App Samples for Xbox repository. Like so:
|
Beta Was this translation helpful? Give feedback.
I was able to make it work by using the same method used in the Media App Samples for Xbox repository. Like so: