我给iOS的webview设置了bounce,但是下拉时有背景色,用background也不生效(不管设置不设置bounce)
怎么把bounce区域的颜色修改了?
代码:
document.addEventListener('plusready', function(){alert(2)
plus.webview.currentWebview().setStyle({
bounce:'vertical',
background: '#000000',
scrollIndicator: 'none'
});
},false)
gxg
你这个办法一点效果都没有啊,请问你的css加在哪个div才有用
2017-10-04 20:33