input在fixed的容器里面没法聚焦
<form bindsubmit=“send” class=“fixed-bottom”>
<view class=‘inputView flex-box fcenter’>
<input name=“msgbox” class=‘flex-item’ cursor-spacing=“13” />
<button class=“send” formType=“submit” >发送</button>
</view>
</form >
这样的代码,input在一个fixed的容器里面不能聚焦是什么情况,在模拟器里的