谷歌标签不锐利(WKWebView)

时间:2018-01-31 20:33:53

标签: ios swift wkwebview

当我使用WKWebView加载谷歌页面时,我注意到谷歌标签并不清晰。但在Safari中这很好。

WKWebView enter image description here

的Safari enter image description here

那么,我怎样才能像在Safari中那样锐利?

1 个答案:

答案 0 :(得分:0)

我找到了解决方案。只需设置customUserAgent:

webView.customUserAgent = "Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_5 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0 Mobile/15D60 Safari/604.1"