ios webview自適應實際內容高度4種方法

2021-07-25 13:52:19 字數 1169 閱讀 5171

**:

有的時候會碰見類似的苦逼需求, webview自適應實際內容高度 下面有四種方法供使用

方法1:獲取webview中scrovllview的contentsize進行設定

1

2

3

4

5

6 -(

void

)webviewdidfinishload:(

uiwebview*)

webview

方法2:執行js語句 直接獲取html文件的dom高度 1

2

3

4

5

6

7 -

(void

)webviewdidfinishload:(

uiwebview*)

webview

方法3.先將uiwebview的高度設為最小,然後再使用sizethatfits就會返回剛好合適的大小

1

2

3

4

5

6 -(

void

)webviewdidfinishload:(

uiwebview*)

webview

方法4.遍歷webview子檢視 獲取uiwebdocumentview高度即實際高度

objective-c

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16 -

(void

)webviewdidfinishload:(

uiwebview*)

webview

} }

}

ios webview自適應實際內容高度4種方法

方法1 獲取webview中scrovllview的contentsize進行設定12 3456 void webviewdidfinishload uiwebview webview 方法2 執行js語句 直接獲取html文件的dom高度12 3456 7 void webviewdidfinis...

webView自適應實際內容高度的問題

問題描述 專案詳情要用h5展示,載入webview,高度不確定,需要根據webview的內容高度去設定。webview可以在載入完成時獲取到網頁內容高度,然後再去改變webview的frame即可。void webviewdidfinishload uiwebview webview webview...

網格自適應 Fluent網格自適應

1,前言 國慶剛過,馬上就要上班,上課了,祝福大家事業學業都有新的進步,新的前途。2,內容簡介 我們在平時做流體分析時,經常會遇到乙個問題,當畫好的網格匯入fluent計算時,看了分析結果,想讓某一部分我們關注的點更加細化一些,我們不得不重新去網格軟體裡調整網格。今天介紹的fluent自帶的網格自適...