3

WKWebView の正しいコンテンツの高さを計算するために、この同様の質問に対するすべての回答を試しましたが、結果の高さは常に実際の高さを超えており、コンテンツの終わりの下に長い空の領域ができます。

私が試した方法:

  1. webView.eveluateJavaScript()
  2. webView.scrollView.contentSize
  3. WKScriptMessageHandler (get the message.body.valueForKey("body"))

そして、これが私が読み込もうとしたHTML文字列です:

> <html><head><style>img{max-width:100%%;height:auto
> !important;width:auto !important;};</style></head><body
> style='margin:0; padding:0; font-size:[myFontSize];
> font-family:[myFont]; color:[myColor]'>[myHTMLstring]</body></html>

WKWebView の正しい高さを取得する別の方法はありますか?

4

1 に答える 1