2016-08-18 68 views
1

我已經嘗試了所有類似的question的答案來計算WKWebView的正確內容高度,但結果高度總是超出實際高度,使得在結束點下面的長空白區域的內容。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的正確高度?

回答

-1
  1. WKWebView,與self.view.frame

2.Try它設置的一致性,

<html> 
<head> 
    <style> 
     background-color:purple; 
    </style> 
</head> 
<body> 
</body> 
</html> 

```