We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HtmlRenderer.WPF library used in the WPF demo app struggles to render complex HTML content. Microsoft's WebView2 component could be a better choice.
Explore the option of using WebView2 in the WPF demo app instead of HtmlRenderer.WPF.
WebView2 tutorial on Microsoft Learn website: https://learn.microsoft.com/en-us/microsoft-edge/webview2/get-started/wpf
The text was updated successfully, but these errors were encountered:
vers-one
No branches or pull requests
Description
HtmlRenderer.WPF library used in the WPF demo app struggles to render complex HTML content. Microsoft's WebView2 component could be a better choice.
Proposed solution
Explore the option of using WebView2 in the WPF demo app instead of HtmlRenderer.WPF.
Additional context
WebView2 tutorial on Microsoft Learn website: https://learn.microsoft.com/en-us/microsoft-edge/webview2/get-started/wpf
The text was updated successfully, but these errors were encountered: