已发布的小程序,webview中涉及input file选择图片或文件的。
会发现突然就选不了,比如吃着火锅唱着歌.jpg,就是很突然。
去除input file的多选属性mutlipile
这个在小程序的webview中不支持,且多少存在问题。比如哪天就突然选取不了。
如果类似插件生成的最后的input也需要去除。
比如layui
var xxList = upload.render({
elem: '#upload_check'
, url: ''
, multiple: false
, bindAction: '#test9'
, auto: false
...
参考 https://developers.weixin.qq.com/community/develop/doc/0004e81e2b0e3042111eb1a9956c00
网友评论