-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
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
Virtual Keyboard #1691
Comments
Does the problem reproduce in
Did you explicitly use |
Also make sure you don't have a physical keyboard plugged in when testing. |
Thanx for your help. After rollback to 47.0.4 my project works perfectly fine for me. |
I will assign this to the |
Sure. |
The A |
@ArtyP |
We are developing a kiosk solution using Windows 10 and CefSharp but we have the same problem with the touch keyboard not appearing in 49 and 51. We tried downgrading to version 47 hoping that would fix it, but no luck. When using a Chrome browser, the keyboard appears. |
Your using
It's not relevant to compare to
There are none, |
Its a WinForms project. |
If you can reproduce the problem using |
I have had this issue all the way back to v41 being the last known working version for my kiosks. |
Someone experiencing this problem should test with the examples provided in #1748 It's possible that integrating into your applications existing message loop will resolve this issue. |
Hi, |
After a long time of looking for a solution, i finally found one that works for me and bring up the onscreen-keyboard as expected. Found it in a Youtube-Video:
This brings up the Windows OnScreen-Keyboard every time i touch into an input field. Tested with Cef v47.0.4 and installed Chrome v60.0.3112.101. |
@hahrens Thanks mate. Otherwise, I was launching keyboard process through JS (which is extra headache and degrades the performance also) before your solution. Thumps up (Y) |
Tested with the latest https://github.com/cefsharp/CefSharp.MinimalExample |
Hello, I'm using version 69. The onscreen keyboard correctly pops up when I touch an entry box. Problem is it ALSO pops up when I click in it with a mouse. I have tried 'disable-usb-keyboard-detect' set to '0' and '1' but no effect. Does anyone know a solution? |
It's a known issue with Chrome version 69, the only option I'm aware of is to downgrade for the time being, it's resolved in version 70, so the fix will be included in the next CefSharp release which will be version 71. Search the Google product forms if you like, I was never able to find a working solution and just had to live with the problem. |
Thanks, I have downgraded to version 65.0.1 where it works fine. |
Hello @avzuylen
I tried on CEF 68, but it seems doesn't work.... |
|
Tried it on 84.1.1 but it is not working for me |
Just tested with the MinimalExample on 99.2.90 and it does not work the majority of the time on a Surface Go original. I did get the keyboard to pop up once while randomly scrolling and tapping, and then the keyboard would popup regardless of if a text field had focus. |
Did you test with the command line args listed at https://github.com/cefsharp/CefSharp/blob/master/CONTRIBUTING.md#cefsharp-vs-chromium-embedded-frameworkcef
|
Please confirm you've tested the workaround listed at #1691 (comment) |
same issue with 101 in a kiosk winforms app. |
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:
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:
Steps will reproduce:
Start CefSharp.WinForms.Example on tablet.
In cefclient (from http://cefbuilds.com) keyboard works properly.
The text was updated successfully, but these errors were encountered: