We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
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)); } }); });
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: