I want to open my own keyboard in the ChromiumWebBrowser. I do not know how to do that. I cannot determine the focus of an Input element. And I only need my own touch keyboard. I use CefSharp.WinForms 83.4.20.0. Windows 7 and Windows 8 , Windows 10
CefSettings settings = new CefSettings();
settings.CefCommandLineArgs["touch-events"] = "enabled";
settings.CefCommandLineArgs.Add("disable-usb-keyboard-detect", "1");
Cef.Initialize(settings)
This brings up the Windows OnScreen-Keyboard, but I want brings up own keyboard.