-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Description
Hello,
I'm currently supporting CEFSharp app. After updating from version 39 to 49 virtual keyboard does not appear any more. I have read all issues I had found and tried all possible combinations of them . No success.
The list of workarounds I have tried:
- set FocusHandler to null;
- set MultiThreadedMessageLoop to false;
- automatically display the touch keyboard;
- Set browser focus;
- Enabling touch-events;
- some other tricks, which did not help.
Then I have installed Visual Studio on tablet, build a WinForms example 49. But keyboard still does not appear. My question is, what should I do to make keyboard appear in this simple example.
System:
- Lenovo miix 3 1030
- CefSharp version 49.0
- x86
- Win10
- WinForms
Steps will reproduce:
Start CefSharp.WinForms.Example on tablet.
In cefclient (from http://cefbuilds.com) keyboard works properly.