bindconfirm的方法上使用wx.navigateto跳转,返回后无法唤起键盘
<input focus="{{true}}" type="text" bindconfirm="keyWordSubmit" value="{{keyword}}" confirm-type="search" />
bindconfirm的方法上 使用wx.navigateto跳转,
跳转后然后再返回之前的页面,结果input没法唤起键盘,输入框没有光标
<input focus="{{true}}" type="text" bindconfirm="keyWordSubmit" value="{{keyword}}" confirm-type="search" />
bindconfirm的方法上 使用wx.navigateto跳转,
跳转后然后再返回之前的页面,结果input没法唤起键盘,输入框没有光标