WebView icon indicating copy to clipboard operation
WebView copied to clipboard

Cannot input anything in the fields of WebView

Open ahpxex opened this issue 1 year ago • 6 comments

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

ahpxex avatar Jun 22 '24 07:06 ahpxex

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

joaompneves avatar Jun 24 '24 08:06 joaompneves

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

ahpxex avatar Jun 24 '24 13:06 ahpxex

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

joaompneves avatar Jun 24 '24 14:06 joaompneves

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

joaompneves avatar Jun 24 '24 14:06 joaompneves

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

fmgracias avatar Jun 24 '24 16:06 fmgracias

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

ahpxex avatar Jun 25 '24 02:06 ahpxex