开发者

Palm Pre window.scrollY property in Javascript?

开发者 https://www.devze.com 2022-12-16 16:19 出处:网络
Is it possible to get the window.scrollY property in开发者_StackOverflow社区 Javascript on the Palm Pre? Doesn\'t seem to be but maybe there is a secret Palm-ish way?

Is it possible to get the window.scrollY property in开发者_StackOverflow社区 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消