本文介绍了强制 SFSafariViewController 加载网站的桌面版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
正如标题所暗示的,我想知道是否有办法强制 SFSafariViewController 加载网站的桌面版本.
As the title suggests, I was wondering if there is a way to force SFSafariViewController to load the desktop version of a website.
谢谢
推荐答案
从 iOS 9 开始,遗憾的是没有.您最好的选择可能是创建自己的 Web 视图并使用不同的用户代理,如@vizllx 在评论中建议的那样.
As of iOS 9, sadly no. Your best bet might be to create your own web view and use a different user agent as @vizllx suggests in the comments.
这篇关于强制 SFSafariViewController 加载网站的桌面版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!