-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Milestone
Description
Hello,
I've some issues with the virtual keyboard in the WebView on a Dell Optiplex 7440 used in tablet mode, without physical keyboard plugged.
- What version of the product are you using?
- NuGet 39.0.2 / 47.0.2 / 47.0.4 / 49.0.0 / 49.0.1
- What architecture x86 or x64?
- x64
- On what operating system?
- Win10
- Are you using
WinForms,WPForOffScreen?- WPF
- What steps will reproduce the problem?
- Simply create a webview, go on google and touch the search bar (or any input text of any website)
- What is the expected output? What do you see instead?
- The native virtual keyboard of Win10 should appear. Instead, nothing happen.
- Please provide any additional information below.
- The application must be used with touch screen. No physical keyboard will finally be pluged. So, when I touch a search bar or a textbox in the webview, the native virtual keyboard should appear, like it does when using Chrome or any app where text can be entered. I can only make the virtual keyboard to appear in WinForm example, but not with the WPF one...
- Does this problem also occur in the
CefTestApp from http://cefbuilds.com?- Yes, but only in the webview; in the url bar, the virtual keyboard appear.