Javascript 中的 Palm Pre window.scrollY 属性?

发布于 2024-08-18 02:27:59 字数 206 浏览 4 评论 0原文

是否可以在 Palm Pre 上使用 Javascript 获取 window.scrollY 属性?似乎不是,但也许有一种秘密的 Palm 风格?

我试过了:

var y = window.scrollY;
var y = jQuery(window).scrollTop();

似乎都不起作用。有人知道答案吗?

Is it possible to get the window.scrollY property in Javascript on the Palm Pre? Doesn't seem to be but maybe there is a secret Palm-ish way?

I've tried:

var y = window.scrollY;
var y = jQuery(window).scrollTop();

Neither seem to work. Anyone know the answer?

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

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

发布评论

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

评论(1

四叶草在未来唯美盛开 2024-08-25 02:27:59

不幸的是,Palm 不太关心 javascript 标准...没有可用的 API 文档,据我记得控制 Palm 手机上的滚动是不可能的。

我无法获取 UAProf,但如果您愿意,可以在此处找到更多信息't。

Unfortunatly, Palm does not care a lot about javascript standards... No API documentation is available and as far as I remember controlling scroll on Palm handsets is not possible.

I can't get UAProf but more informations can be found here if you wan't.

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