[Webkit-unassigned] [Bug 205383] Screen blinks after open html attachment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 19 13:26:12 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=205383

--- Comment #6 from Wenson Hsieh <wenson_hsieh at apple.com> ---
This looks pretty bad.

For the time being, you can work around the issue by adding this line:

…
  let configuration = WKWebViewConfiguration()
+ configuration.defaultWebpagePreferences.preferredContentMode = .mobile

  webView = WKWebView(frame: view.bounds, configuration: configuration)
…

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191219/fed459dc/attachment-0001.htm>


More information about the webkit-unassigned mailing list