测试环境
操作系统:Android
手机: 小米
测试代码
< form bindsubmit = "testSubmit" > < input style = "height:50px;" placeholder = "name" name = "name" /> < textarea placeholder = "content" name = "content" /> < button formType = "submit" >提交</ button > </ form > |
testSubmit: function (e){ wx.showModal({ title: '提示' , content: '请填写组织简介' , showCancel: false , success: function (res) { if (res.confirm) { console.log( '用户点击确定' ) } } }); }, |
场景还原(按照顺序)
先输入input
在输入textarea
点击提交
测试结果
无响应
反馈人
1.微信号DiiCard
2.邮箱postmaster@appletdev.com
可以正常显示的操作步骤
编辑input
编辑textarea
再点击一次input
这时候就能提交了,,感觉是textarea造成的整体被覆层覆盖了,无法激活其他方法
我测试过后,并不是单个机子有问题
Galaxy Nexus不可以,小米也不可以
以下为系统截图
存在问题的手机环境