Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

没有找到三方通用的图片上传组件,
所以就在weex中用web组件显示一个html,
html中选择文件上传,
iOS没有问题,
安卓端点上传框无反应。。
急求解决方法!!!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.0k views
Welcome To Ask or Share your Answers For Others

1 Answer

抱歉 Weex 中的 input 暂不支持 file,目前 input 支持的 type 包括 text,password,url,email,tel,默认值是 text
参考:https://weex.apache.org/cn/re...

另外安卓端 <input type="file"> 不工作的问题可能和具体代码有关,希望可以提供一下重现的代码


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...