背景和phonegap

时间:2013-03-15 12:40:12

标签: css cordova background

我在phonegap上的背景有些问题

我有一个三星Galaxy tab 2它可以很好地工作但是在我的htc野火上我遇到了问题 你有我的CSS

html, body {
    height: 100%;
    width: 100%;
}

.ui-page{
    background: url('../img/bg.jpg') 0 0 no-repeat fixed !important;
    background-size: auto 100%;
    height: 100%;
    width: 100%;
    font-family: MankSans;
    background-position:fixed;
    background-color:#102a3e;
}

在htc上,屏幕底部有一个小空格,但我的背景大小为100%自动。

第二个问题,当我滚动背景停留在顶部并且我有一个白色背景时,背景不固定。 我尝试添加颜色,但我总是有白色的屏幕

感谢您的帮助

0 个答案:

没有答案