代码之家  ›  专栏  ›  技术社区  ›  yakovlevvl

谷歌标签不清晰(WKWebView)

  •  -5
  • yakovlevvl  · 技术社区  · 7 年前

    当我用WKWebView加载google页面时,我注意到google标签并不清晰。但在狩猎中,这很好。

    WKWebView enter image description here

    游猎 enter image description here

    那么,我怎样才能使它像在狩猎中一样锋利呢?

    1 回复  |  直到 7 年前
        1
  •  0
  •   yakovlevvl    7 年前

    我找到了解决办法。只需设置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"