MarkusSchreiner
MarkusSchreiner
**Describe the solution you'd like** Would it be possible to also include header files (.h) for C++ solutions? In .cpp files, the color preview works fine, but not in .h...
### What happened? I put WebView2 into DarkMode by those two settings: - pEnvironmentOptions->put_AdditionalBrowserArguments("--enable-features=WebContentsForceDark:inversion_method/cielab_based/image_behavior/none"); - pProfile->put_PreferredColorScheme(COREWEBVIEW2_PREFERRED_COLOR_SCHEME_DARK); When I then want to set the DefaultBackgroundColor via pController3->put_DefaultBackgroundColor(col); // col is COREWEBVIEW2_COLOR...
### What happened? I wrote issue #4389 in the past, and although is was closed with "fixed", the same problem is still present in the most actual WebView2 and Edge...