UIWebView - 旋转时调整?

发布于 2024-09-18 17:32:25 字数 126 浏览 3 评论 0原文

我有一个加载 url 的 UIWebView。在 MobileSafari 中,当手机旋转至横向位置时,该网页将会调整。在我的 UiWebView 中,它只是保持纵向 - 是我需要添加的属性才能允许这种情况发生吗?

干杯!

I have a UIWebView which loads a url. In MobileSafari this webpage will adjust when the handset is rotated to the landscape position. In my UiWebView it just stays in portrait - is the a property I need to add to allow this to occur?

Cheers!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

柒夜笙歌凉 2024-09-25 17:32:25

您需要设置 shouldAutoRotateToInterfaceRotation: 方法来响应所需的旋转。我已经对此进行了测试,效果非常好。

You need to set your shouldAutoRotateToInterfaceRotation: method to respond to the rotations needed. I have tested this and it works perfectly.

风为裳 2024-09-25 17:32:25

您的顶级 UIViewController 是否为其视图(以及所有子视图,包括您的 Web 视图)处理旋转(允许它们在 shouldAutorotate 委托中)?

Is your top level UIViewController handling rotations (allowing them in the shouldAutorotate delegate) for its view (and thus for all subviews, including your web view)?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文