gpt4 book ai didi

iphone - window.orientation 在 UIWebView 中不起作用

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

我正在使用 3.2 和 4.0 iO,我正在尝试在 UIWebView 中运行 html 文件。html 文件包含以下几行:

var pwint = function(text) {
var output = document.getElementById('output');
output.innerHTML = output.innerHTML + text + '\n';
};

var reorient = function(e) {
pwint('Window Orientation: ' + window.orientation);
};

window.onorientationchange = reorient

问题是 window.orientation 总是返回“0”,而我在 safari 中运行相同的代码它按预期工作。

有什么想法吗?

最佳答案

尝试将其应用于 document.body.onorientationchange

关于iphone - window.orientation 在 UIWebView 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4043304/

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