我有一个Android应用程序,它具有此身体背景的CSS:
html, body {
height:100%
margin: 0;
padding: 0;
color: white;
position: static;
text-align:left;
background: URL(images/aVia_Background_new.png) top center black;
background-repeat:no-repeat;
background-size: cover;
background-attachment:fixed !important;
}
当页面足够长以便滚动时,当页面向下移动时,背景将在屏幕上滚动。它就像background-attachment属性设置为滚动一样,但肯定不是。当我的桌面上的谷歌浏览器中查看网站时背景正常,但由于某些原因,当它通过Phonegap转换为Android时,它无法正常工作。这是Phonegap的已知问题吗?有没有人知道我可以尝试解决这个问题?感谢任何回复。想法越多越好。
答案 0 :(得分:1)
是的..问题出在你的`background-attachment:fixed; 据我所知位置:固定不正常。当我尝试在我的应用程序中执行固定页眉/页脚时,我遇到了同样的问题。最后使用iScroll