OutSystems / WebView

Avalonia/WPF control that wraps CefGlue webview control
Apache License 2.0
310 stars 38 forks source link

Cannot input anything in the fields of WebView #342

Open SinoAHpx opened 3 weeks ago

SinoAHpx commented 3 weeks ago

image This is a window simply comprised of a WebView control, I tried to input anything to the field but nothing appears. When I hit right click, there's a context menu poped on the edge of screen abnormally: image

WebView version: 3.120.2 Avalonia version: 11.0.11 Windows 11 Pro 23H2

joaompneves commented 3 weeks ago

Have you tried on the Sample App? Is your control Focusable?

SinoAHpx commented 3 weeks ago
System.InvalidOperationException: 'Unable to create child window for native control host. Application manifest with supported OS list might be required.'

image

Actually I can't even run it

joaompneves commented 3 weeks ago

There's a manifest missing (on windows). We'll open a PR to fix it.

joaompneves commented 3 weeks ago

Meanwhile you can check and apply the same changes of: https://github.com/OutSystems/CefGlue/pull/143/files

fmgracias commented 3 weeks ago

Hey @SinoAHpx , we've merged the fix to master. Thanks for reporting

SinoAHpx commented 3 weeks ago

Glad to be of help :) But unfortunately, my issue still exists, even though the sample works well.