-webkit-overflow-scrolling:触摸android

时间:2014-06-19 07:50:46

标签: android html ios css cordova

我刚刚用Cordova开发了我的iOS应用程序。所以现在我想在Android上做同样的事情。一切正常但是:你不能过度压缩内容。我有一个固定的页眉/页脚,然后是一个图片,然后是一些导航点。

在iOS上,您可以滚动内容,以便在后台查看客户徽标。在Android上这不起作用,您不能过度滚动内容以查看徽标。

我读到-webkit-overflow-scrolling:触摸和溢出:滚动在Android上不起作用。但是那些问题是从2011年开始的。是否仍然无法在Android上使内容过度压缩?

谢谢!

.ScrollableWrapper {
    overflow: scroll;
    -webkit-overflow-scrolling: touch; /*to make it smooth as native*/
    background:url(../img/start/bg_wrapper.jpg)no-repeat scroll 0 0 / 320px 480px rgba(0, 0, 0, 0);
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: fixed;
}

 #header {
    padding-top: 0px;
    margin: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 320px;
    z-index: 2;
    max-height: 45px !important;
    height: 45px !important;
}

#foooter {
    position: fixed;
    bottom: 0px;
    z-index: 2000;
    width: 100%;
    height: 58px;
}

1 个答案:

答案 0 :(得分:0)

也许您可以查看iScroll