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 am trying to migrate the UWP App from WebView to WebView2, mostly everything is working except talking to the Microsoft Store API. Calling the API results in an exception Error: Bad variable type. (0x80020008).
With the previous WebView (1) implementation we are fine but the legacy WebView is crashing on the latest Xbox OS update (Oct 2024) - only on Xbox by the way - so we need someone a fix of the Xbox OS WebView (1) or getting our App to work with WebView2 instead.
Importance
Blocking. My app's basic functions are not working due to this issue.
And calling getAssociatedStoreProductsAsync is the moment where the error happens. I think it has something todo with the encoding of the StoreProductQueryResult response to the WebView?
I would be very glad if someone could help from the MS team; we really having issues after the latest Xbox Update to restore our app functionality.
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered:
What happened?
I am trying to migrate the UWP App from WebView to WebView2, mostly everything is working except talking to the Microsoft Store API. Calling the API results in an exception Error:
Bad variable type. (0x80020008)
.With the previous WebView (1) implementation we are fine but the legacy WebView is crashing on the latest Xbox OS update (Oct 2024) - only on Xbox by the way - so we need someone a fix of the Xbox OS WebView (1) or getting our App to work with WebView2 instead.
Importance
Blocking. My app's basic functions are not working due to this issue.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
No response
SDK Version
1.0.2903.40
Framework
WinUI2/UWP
Operating System
Windows 11, Xbox
OS Version
10.0.22621
Repro steps
Basically I followed the guideline from https://learn.microsoft.com/en-us/microsoft-edge/webview2/how-to/winrt-from-js
I build the WinRTAdapter by including following APIs:
How I have initialized the WebView2 instance on the UWP App:
In the JS application I am running:
And calling getAssociatedStoreProductsAsync is the moment where the error happens. I think it has something todo with the encoding of the StoreProductQueryResult response to the WebView?
I would be very glad if someone could help from the MS team; we really having issues after the latest Xbox Update to restore our app functionality.
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
No, this never worked
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered: