You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our win32 C++ code, we use MSHTL for wysiwyg html editor. This MSHTML provides HTMLDocument class to modify the DOM element. Can this be achieved by using WebView2. I don't any method that supports it from the api documentation.
If not, will MSHTML editor will be supported in future release as well or else what is the alternative from Microsoft for existing client that uses MSHTML editor.
The text was updated successfully, but these errors were encountered:
Hey @SundaresanSivakumar - we currently don't provide direct API access to the DOM. We have that feature request tracked in #77. Currently the way to interact with the DOM is through script and the ExecuteScript function. Thanks!
In our win32 C++ code, we use MSHTL for wysiwyg html editor. This MSHTML provides HTMLDocument class to modify the DOM element. Can this be achieved by using WebView2. I don't any method that supports it from the api documentation.
If not, will MSHTML editor will be supported in future release as well or else what is the alternative from Microsoft for existing client that uses MSHTML editor.
The text was updated successfully, but these errors were encountered: