LoginSignup
11
11

More than 5 years have passed since last update.

WKWebViewが一定時間後に真っ白になる現象への対策

Posted at

WKWebViewを表示してから一定時間後放置すると(?)表示が真っ白になっていることがあったので、firefox-iosのissueを参考に以下のコードを置いたところ、真っ白な表示を見ることがなくなりました。

func webViewWebContentProcessDidTerminate(_ webView: WKWebView) {
    webView.reload()
}

参考: https://bugzilla.mozilla.org/show_bug.cgi?id=1205004

11
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
11