移动触控设备上的固定背景图像滚动不会立即更新

时间:2012-11-10 01:39:46

标签: android css scroll touch background-image

CSS:

body{
margin:0 auto;
background-image:url("someURL"),
background-repeat:no-repeat;
background-attachment:fixed;
background-size:cover;
}

这在现代浏览器中工作正常,滚动时图像保持不变。然而,在Android平板电脑上,图像不会立即更新。在您释放(移开手指)后,图像仅更新大约半秒钟,而间隙仅为白色时,图像仅更新。

是否可以解决这个问题,或者只是某些浏览器的行为?

1 个答案:

答案 0 :(得分:3)

已知错误,您可以在此处找到详细信息: http://code.google.com/p/android/issues/detail?id=3301