Replies: 1 comment 1 reply
-
Have you tested with the minimum example? https://github.com/cefsharp/CefSharp.MinimalExample Based on photo it doesn't look like your application is correctly DPI aware. Converted to discussion as this is unlikely a bug. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What version of the product are you using?
What architecture x86 or x64?
What version of .Net?
On what operating system?
Are you using
WinForms
,WPF
orOffScreen
?What is the expected output? What do you see instead?
To fix it we've tried to put this in the very beginning of the
OnStartup
method of the App.xaml.cs:and added this to the app.manifest:
Beta Was this translation helpful? Give feedback.
All reactions