Replies: 1 comment
-
any one help? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
When use webview2 open a pdf file, i wnat to get the html content:
I always get this result:
<body style="height: 100%; width: 100%; overflow: hidden; margin:0px; background-color: rgb(38, 38, 38);"><embed name="71C8338EEBBC7509486A0A8169EF7E3A" style="position:absolute; left: 0; top: 0;" width="100%" height="100%" src="about:blank" type="application/pdf" internalid="71C8338EEBBC7509486A0A8169EF7E3A"></body>
but when open the DevTools, the real content is:

how can i get the real html content like DevTools shows???
Beta Was this translation helpful? Give feedback.
All reactions