gpt4 book ai didi

jquery - 屏幕方向 ios

转载 作者:可可西里 更新时间:2023-11-01 02:59:51 24 4
gpt4 key购买 nike

我正在使用 phonegap 和 jqm 开发 ios 应用程序。我想在一页上将屏幕方向锁定为横向。其他页面必须纵向锁定。我见过一个插件可以做到这一点,但它只适用于 android。

我的问题?有没有办法在 iOS 上也这样做?

提前致谢!

最佳答案

在这里检查一些 JQM API...(还没有测试)

http://api.jquerymobile.com/orientationchange/

方向改变时间

orientationchange 事件与客户端高度和宽度变化相关的时间因浏览器而异,但当前的实现将为您提供从 window.orientation 派生的 event.orientation 的正确值。这意味着,如果您的绑定(bind)取决于高度和宽度值,您可能希望使用 $.mobile.orientationChangeEnabled = false 一起禁用 orientationChange,以让后备调整大小代码触发您的绑定(bind)。

http://jquerymobile.com/demos/1.2.0/docs/api/globalconfig.html

您可以通过使用 jQuery 的 $.extend 方法扩展 $.mobile 对象来覆盖默认设置。

$(document).bind("mobileinit", function(){
$.extend( $.mobile , {
foo: bar
});
});

关于jquery - 屏幕方向 ios,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16970367/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com