我可以阻止 mobile safari 在 iPod touch 或 iPhone 上自动旋转屏幕吗?
我们有一个离线 Safari 应用程序,其 UI 专为垂直使用而设计(像素完美)。我们希望无论用户如何旋转 iPod/iPhone,UI 都保持垂直。 Safari 离线应用程序可以吗?
这个问题与 我可以阻止 mobile safari 在 iPod touch 或 iphone 上自动旋转屏幕吗? .然而 - 所提到的问题没有明确的答案,并且已被过早地接受。
We have an offline Safari application with UI designed for vertical use (pixel perfect). We would like the UI to stay vertical no matter what how the user rotates the ipod / iphone. Is it possible with offline Safari application?
This question is exactly the same as Can I prevent mobile safari from auto-rotating the screen on ipod touch or iphone? . Yet - the referenced question has no definite answer and has been prematurely accepted.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果需要在 Safari 而不是带有嵌入式 UIWebView 的本机应用程序中运行,我不知道有什么方法可以阻止旋转。
虽然您无法阻止旋转,但可以像这样进行补偿:
I'm not aware of any way to prevent the rotation if it needs to run in Safari rather than a native app with an embedded UIWebView.
While you can't prevent the rotation, you can compensate for it like this: