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

Categories

0 votes
937 views
in Technique[技术] by (71.8m points)

weex 安卓端web容器中的网页input type:file无效

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...