PSHTMLView
PSHTMLView copied to clipboard
different height

html String "
<meta name="viewport" content="initial-scale=1.0 "width=device-width user-scalable=no "/><style type="text/css"> * {max-width: 100%; !important;"}\n <a href="https://youtu.be/x3k9FJoUfy8"><img src="https://i.ytimg.com/vi/x3k9FJoUfy8/maxresdefault.jpg" >
\n\n호나우도 바티스투다"
첨밀밀OST - 월량대표아적심 (등려군)
\n

web view frame = (0 0; 375 312);
PSHTMLView frame = (0 0; 375 296)
receive height = 296
is there are anything for fix
호나우도 바티스투다 <-- doesn't show full text
Solve
document.body.offsetHeight
to
document.body.scrollHeight
Solve
document.body.offsetHeight to document.body.scrollHeight
it dosen't work well, on bad networking and it's not good solution anyone can solve this problem i've got this problem too
@rezamagnet are you solved?