textarea的bug。当设置页面不上推时,无法触发bindfocus事件
textarea的bug。当设置adjust-position=“”时,无法触发bindfocus事件
<view class="section"> <textarea style="width: 100vw" adjust-position="" bindfocus="focusEvent"></textarea></view>focusEvent() { console.log('focusEvent') } |
测试了小米5有这种bug,iphone6正常。
