英文:
Is there any way that can be used to debug the UWP webview XBOX app on Local Machine?
问题
我目前正在尝试构建一个针对XBOX的UWP WebView应用程序,使用我的网页源URL。在Chrome和Edge浏览器上,所有的UI都按预期工作,但当我在XBOX上运行它时,我遇到了许多UI问题。
是否有任何方式可以用来调试XBOX UWP WebView,以便我们可以在应用程序在本地机器上运行时进行一些更改。
这样相同的更改可以应用到我的样式中。
我正在使用x64构建UWP应用程序。
目前我正在使用Visual Studio 2022来创建C#的UWP应用程序。
谢谢你的帮助。愉快编码。
英文:
I'm currently trying to build an UWP WebView app for XBOX using the source URL of my web page. On chrome and edge browser all the UI are working as expected but when I run it on XBOX I'm facing a lot of UI issues.
Is there anyway that can be used to debug the XBOX UWP WebView such that we can make some changes while the app is running on Local Machine.
So that the same changes can be done in my stylings.
I'm building the UWP app using x64.
Currently I'm using Visual Studio 2022 for creating the UWP app using C#.
Thanks for your help. Happy coding.
答案1
得分: 1
目前,Webview2 控件仅在 Xbox 上以预览形式提供。您需要添加一个特殊的 NuGet 包,并将其部署到您所使用的 Xbox 上。获取调试功能需要进行许多步骤。您必须在您的电脑上使用 Edge 而非 Chrome。
据我所知,Webview2 是我唯一了解的能够使用调试功能的方式。我相当确定您不能使用 WebView 控件进行调试。
英文:
Currently the Webview2 control is only available on Xbox in preview. You need to have added a special nuget package, which also has to be deployed to the xbox you are using. There are a lot of steps for getting debug to work. You have to use Edge not Chrome on your pc.
Webview2 is the only way I know to be able to use debug. I am fairly certain you cannot debug with webview control.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论