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.