手机Webkit上的元素滚动处理之一: iScroll, YUI ScrollView

手机Webkit上的元素滚动处理 iScroll

Scroll 的诞生是因为手机 Webkit 浏览器(iPhone、iPod、Android 和 Pre)本身没有为固定宽度和高度的元素提供滚动内容的方法。这导致了很多网页使用 position:absolute 无法固定页头页尾,并对内容进行滚动的方式。

而 iScroll 就是为了解决这个问题。

javascript库,提供移动浏览器上在指定区域(指定高度宽度)内上下滚动内容的能力。

The script development began because mobile webkit (on iPhone, iPad, Android) does not provide a native way to scroll content inside a fixed width/height element. 


和BlackBerry 浏览器兼容,但是和BlackBerry WebWorks 应用不兼容。


网友文章:在Mobile Safari上實作ScrollView介面之經驗分享


iScroll最新版本:4


iScroll例子


YUI ScrollView


YUI ScrollView例子


你可能感兴趣的:(浏览器,webkit,手机,yui,Safari,BlackBerry)