Skip to content
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

Cannot input anything in the fields of WebView #342

Open
SinoAHpx opened this issue Jun 22, 2024 · 6 comments
Open

Cannot input anything in the fields of WebView #342

SinoAHpx opened this issue Jun 22, 2024 · 6 comments

Comments

@SinoAHpx
Copy link

SinoAHpx commented Jun 22, 2024

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
Copy link
Collaborator

joaompneves commented Jun 24, 2024

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

@SinoAHpx
Copy link
Author

SinoAHpx commented Jun 24, 2024

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
Copy link
Collaborator

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

@joaompneves
Copy link
Collaborator

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

@fmgracias
Copy link
Contributor

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

@SinoAHpx
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants