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.
基于这个问题
将 NSData 加载到 UIWebView
我们可以默认加载移动版本视图吗?
但是如果我使用这种方法,它会自动在 uiwebview 中加载桌面视图。
由服务器识别它正在与移动设备(手机)通话并调整数据。您可以在客户端做很多事情来解决这个问题。服务器应该能够使用与请求一起发送的用户代理来识别您的设备。您可以在请求数据时添加额外的自定义标头或参数;但这通常不需要。
您可能需要确保该scalesPageToFit属性在您的 web 视图上设置为 YES。这通常有助于页面的外观。
scalesPageToFit