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.
我认为内容会换行以适合 WebView,但右侧被剪掉了。很抱歉问了这样一个菜鸟问题(WV 应该只是换行!)。
包装将在HTML5 网页中完成,因为它了解设备(PC 或移动设备)并相应地表现,对于其他人你需要特殊的网页,例如(m.facebook.com充当移动设备的界面和 www.facebook.com 用于 PC )。
要在单屏 web 视图中显示完整屏幕(按比例缩小),请使用以下代码
yourWebView.scalesPageToFit = YES;