SuperWeb icon indicating copy to clipboard operation
SuperWeb copied to clipboard

文件上传没有办法使用

Open zz5221 opened this issue 6 years ago • 1 comments

zz5221 avatar Jun 29 '19 01:06 zz5221

DEMO的文件上传功能,是作者写的HTML错了 jsuploadfile.html 中修改一下

bindEvent(window, 'load', function() { var ip = document.getElementById("file_upload"); bindEvent(ip, 'click', function(e){ // alert("我是" + this + "元素, 你点击了我!"); alert("js 调 android 成功"); if(window.agentWebX5!=null && typeof(window.agentWebX5)!="undefined"){ window.agentWebX5.uploadFile(); }else{ alert(typeof(window.agentWebX5)); } }); });

BaiShou avatar Sep 25 '19 10:09 BaiShou