cover-view嵌套input标签,在真机中会被忽略,那怎么覆盖在原生组件之上呢?
<cover-view class='items'>
<cover-view class='name'>设备名</cover-view>
<cover-view class='display' bindtap='inputNameState'>
{{nameInfo}} </cover-view>
<cover-view class='border'></cover-view>
<input type="text" focus="{{nameTrue}}" bindinput="inputName"></input></cover-view>
这样吗?
实在要做的话 可以做个假输入框 整个假光标闪烁,界面之外放个 input框聚焦
https://developers.weixin.qq.com/s/fYgxavmI73cd