We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The system context menu isn't dark when my system is in Dark Mode:
This works in my Electron app.
Setting _webView.CoreWebView2.Profile.PreferredColorScheme = CoreWebView2PreferredColorScheme.Dark; didn't help
_webView.CoreWebView2.Profile.PreferredColorScheme = CoreWebView2PreferredColorScheme.Dark;
Moderate. My app's user experience is affected, but still usable.
Stable release (WebView2 Runtime)
127.0.2651.105
1.0.2535.41
Winforms
Windows 11
22631.4037
launch app and right click on titlebar when in dark mode
No, issue does not reproduce in the corresponding Edge version
No, this never worked
No response
The text was updated successfully, but these errors were encountered:
Is this winform or wpf? If so, that's not a webview2 issue.
Sorry, something went wrong.
@Danielx64 yeah winforms
ok yeah, not sure why I reported here. Not a WebView2 issue. Can repro in Visual Studio. Closing.
No branches or pull requests
What happened?
The system context menu isn't dark when my system is in Dark Mode:
This works in my Electron app.
Setting
_webView.CoreWebView2.Profile.PreferredColorScheme = CoreWebView2PreferredColorScheme.Dark;
didn't helpImportance
Moderate. My app's user experience is affected, but still usable.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
127.0.2651.105
SDK Version
1.0.2535.41
Framework
Winforms
Operating System
Windows 11
OS Version
22631.4037
Repro steps
launch app and right click on titlebar when in dark mode
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: