详细问题描述
[内容]
安卓原生NVIEW上绘制input 设置border颜色无效,将borderWidth设置成0px想把边框隐藏也无效,但是在IOS均为表现正常。望官方修复
代码如下
headView.drawInput({
left: '13%',
width: '70%',
top: 'auto',
height: '50%'
}, {
type: 'search',
borderColor: '#fff',
borderWidth: '0px',
fontSize: (DEVICE_BASE_SIZE * 0.25) + 'px',
onComplete: function() {
}
}, 'input-search');