johna-ms

Results 9 comments of johna-ms

Hello @XuanchenLin there currently aren't plans to implement CoreWebView2CompositionController for .NET. You may be able to achieve your scenario with our upcoming WebView2CompositionControl class. It is currently available in prerelease...

Hi @MarkusSchreiner this is a known issue and we have it on our backlog. Thank you for reporting this, it helps to know that users are actively running into this.

Hi all. I'm the dev that's most recently looked at this issue. The problem of the select dropdown reopening in a stale location looks to be an issue with the...

@thanhbao1996 are you referring to javascript onkeydown event or winforms keydown event? For javascript I am seeing p, o, and i onkeydown events even when preceded by 'ctrl.' For .NET...

@thanhbao1996 for .NET WebView2 it is expected that most keyboard events will not trigger the control's KeyDown/KeyUp handlers. Those will only respond to certain accelerator key presses. The way to...

@OllieJones I deployed your app on a modern.ie windows 8.1 virtualbox vm and it seems to load webview fine. I don't see the web content being obscured by the background...

Just pinging this thread to see if anyone has any further info on a repro