The new webview2 control is based on the latest edge, chrome based. In Edge there is an IE mode to support the actvive x. Do we have option to use the IE mode in webview2 control so that we can webview2 control support activeX
Asked
Active
Viewed 1,917 times
2
-
1WebView2 use Edge Chromium, not the original Edge. – Poul Bak Aug 18 '20 at 11:41
1 Answers
2
WebView2 does not support Edge's IE Mode and also otherwise has no way to use ActiveX within WebView2. If you'd like to make a feature request you can do so on the WebView2 Feedback repo.
Unfortunately unlike most Edge features, IE Mode in particular is a lot of additional work to turn on in WebView2. Since IE Mode swaps out the underlying web platform engine we would have to do work for every WebView2 feature to work properly in IE Mode.

David Risney
- 3,886
- 15
- 16
-
How about the possibility to have it as an activex control, regardless of doing ie_mode-fu? – Sam Sirry Jan 02 '23 at 09:03
-
Do you mean this: https://stackoverflow.com/questions/68740038/is-it-possible-to-use-webview2-in-activex ? It should be possible to create an ActiveX control wrapper around WebView2. It is not provided directly by the WebView2 team and offhand I don't know of any third party WebView2 ActiveX control wrappers. – David Risney Jan 03 '23 at 17:43
-
Thank you for the answer. I saw some attempt at it on this repo: https://github.com/sysdzw/WebView2DemoForVb6 but I'm yet to try to trust this `RC6.dll` – Sam Sirry Jan 04 '23 at 07:13