Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如标题所示,我想知道是否有办法强制 SFSafariViewController 加载网站的桌面版本。
谢谢
您可以使用 WKWebView,然后将 Web 视图的 customUserAgent 属性设置为任何桌面浏览器用户代理。
从 iOS 9 开始,遗憾的是没有。正如@vizllx 在评论中建议的那样,您最好的选择可能是创建自己的 Web 视图并使用不同的用户代理。