当我将渐变背景应用于uiwebview自定义html内容时,它仅适用于可见区域,当向下滚动内容时,渐变从顶部颜色值再次开始,任何想法?
[customHtml appendString:[NSString stringWithFormat:@"%@ ", @" <body style='background-color:#4b95bf; background-image:-webkit-gradient(linear, left top, left bottom, from(#55aaee), to(#003366));'>"]];
答案 0 :(得分:2)
使用
background-attachment:fixed;