close
神解法記錄
---
今天再試看來問題還在@@
(只有實機會出現,且非100%出現)
改用這段 神Code (誤) 參考自 Never Meant
/// [調整文字大小後,WebView變白](https://nevermeant.dev/handling-blank-wkwebviews/))
func webViewWebContentProcessDidTerminate(_ webView: WKWebView) {
appLogger.info("\(#function)")
// Some other logic should probably go here
// to try to restore state in the webview itself
// as best as you can
loadHtml(htmlString)
}
在調整大小後,不明原因WKWebView壞掉,iOS會將他關閉,神Code提到有個webview system function會call進來,再裡面reload,測試後有用(頂多看到變白再閃一下變回來,但不會永遠白畫面…)
全站熱搜
留言列表