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

Can existing MSHTML editor be replaced with WebView2? #1615

Closed
SundaresanSivakumar opened this issue Aug 5, 2021 · 1 comment
Closed

Can existing MSHTML editor be replaced with WebView2? #1615

SundaresanSivakumar opened this issue Aug 5, 2021 · 1 comment

Comments

@SundaresanSivakumar
Copy link

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.

@champnic
Copy link
Member

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!

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

2 participants