MicrosoftEdge / WebView2Feedback

Feedback and discussions about Microsoft Edge WebView2
https://aka.ms/webview2
451 stars 55 forks source link

CreateCoreWebView2CompositionController crashes on Windows 8.1 #1795

Closed lujjjh closed 2 years ago

lujjjh commented 3 years ago

Description CreateCoreWebView2CompositionController crashes on Windows 8.1.

Failed to create webview: 0x8007139f

Version SDK: 1.0.1018-prerelease Runtime: 94.0.992.38 Framework: Win32 OS: Windows 8.1

Repro Steps

  1. Clone and run WebView2APISample.
  2. Select Window -> WebView Creation Mode -> Visual - DComp.
  3. Click Window -> Create WebView.

Additional context I'm not sure if CreateCoreWebView2CompositionController is designed to work on Windows 8.1. But according to the documentation, DirectComposition was introduced in Windows 8.

AB#36680332

champnic commented 3 years ago

Thanks for the bug report @lujjjh! I've added this bug to our backlog.

champnic commented 2 years ago

Hey @lujjjh - Unfortunately due to accessibility limitations our support for visual hosting with DirectComposition is only supported on Windows 10+. Thanks!