网站中有一个编辑框,要求输入上传的文件路径,如果需要自动填充,
不能 使用:
webView.loadUrl("javascript:setPhoto(‘"+ Uri.fromFile(new File(com.yiheng.xmb.Constant.PHOTOIMAGECROP)) + "‘)");
可以使用:ContentProvide
把这个"content://yh.image/"+ com.yiheng.xmb.Constants.PHOTOIMAGECROP" 传到html里面才可以
android 在webview中填充网站的文件上传的文件路径
原文地址:http://blog.csdn.net/u010499721/article/details/42918373