Replies: 1 comment
-
Still working on this problem. I need some assistance with this confounded error! TL;DR Background, skip to bottom for the problem.
Now with all the prerequisites. I'm picking up the HWND in the IFramework's The problem: The WebView2 initialization is straight out of the samples. It fails in the x64 with the error below:
|
Beta Was this translation helpful? Give feedback.
-
The Microsoft documentation of WebView2 has a lot of words but not much in the way of direction outside the "normal" use in Windows. Many developers are working in industry on projects that are not a PC desktop and don't care about the Windows UI. I am one of those that the Microsoft documentation forgets about. MS docs talk about Windowed vs Visual Hosting of the WebView2 but don't offer any practical information. Should I use this or that.
HoloLens 2 is Windows 11 - but it is NOT in any way a PC!
My question is this, considering that I am using HoloLens 2 with OpenXR in a C++ native app and NOT any of the Windows UI frameworks, does this mean that I should use the CoreWebView2CompositionController instead of the CoreWebView2Controller? (Note: you can see some of my issues here #4768, related to this discussion.)
I am trying to understand, looking for more details to make good decisions. Please offer as much detail as you can. I need to know the reasoning behind the decision process.
Beta Was this translation helpful? Give feedback.
All reactions