小程序webview h5选择不了图片

2022-07-19  本文已影响0人  litielongxx

已发布的小程序,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

上一篇 下一篇

猜你喜欢

热点阅读