Javascript 中的 Palm Pre window.scrollY 属性?
是否可以在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,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.