[Feature Request]: Krypton version of `WebView2`
See original GitHub issueIs it possible to add Krypton to WebView2
in a similar way to the KryptonWebBrowser
? https://learn.microsoft.com/en-gb/microsoft-edge/webview2/
Issue Analytics
- State:
- Created 3 months ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Release Notes for the WebView2 SDK
WebView2 changes may require an update to the Runtime, SDK, or both. Most new APIs require both Runtime and SDK updates.
Read more >Issues · Krypton-Suite/Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 ... [Feature Request]: Use the WinForms Designer Extensibility SD....
Read more >Distribute your app and the WebView2 Runtime
The WebView2 Runtime is a redistributable runtime and serves as the underlying (or backing) web platform for WebView2 apps.
Read more >[Feature Request] Support custom "fixed version ...
MSAL supports using a WebView2-based embedded browser window for ... [Feature Request] Support custom "fixed version" WebView2 runtime #2446.
Read more >How to check for(and install) WebView2
You can check for that by going to the Start Menu --> Add or Remove Programs and searching for WebView2.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That is correct, so that “Old” programs still compile and work with the DCom way of working.
WebView is completely different. And thus requires a different Way of Working. As for menus etc. then these events (I think) can still be captured as normal and use existing KComponents via a standard redirect.
The documentation isn’t that complete. As I understand it, WebView2 is based on the newer Edge (chromium) tech, though I may be wrong…