Replies: 1 comment 1 reply
-
It's my understanding that There are multiple overloads for Alternatively implement your own SchemeHandlerFactory |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
it seems that LoadHtml cannot be used for HTML bigger than 2MB. It doesn't show anything on screen. I assume it is a limitation in chromium itself.
I know one workaround would be to save HTML text in temporary file and then use LoadUrl with file path. Sincerely, I am not a fan on using temporary files.
Any other workaround?
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions