11
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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
10
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
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?