Replies: 1 comment 4 replies
-
There are working examples provided at https://github.com/cefsharp/CefSharp.MinimalExample I'd suggest you test with and use one of those as a reference.
You need to add an Your usage of |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello, I have created an application... in C# and winform that implements cefsharp...
I have deployed the control in the following way; I haven't done anything else to it, nor have I implemented any handler or other tool...
The problem is the following:
When I switch from one application window to another or when I maximize/minimize or resize the window, the control I add as a browser loses focus/interactions...
In this case the url is a FlyFF game which depends on the keyboard for most interactions ... as you will see the problem is that when you return to the application these keyboard interactions are lost.
Beta Was this translation helpful? Give feedback.
All reactions