首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

webview中 input type为 file 的有关问题

2013-08-26 
webview中 input type为 file 的问题,在线等android中,用了webview载入了一页面,页面内容如下bodytest23

webview中 input type为 file 的问题,在线等
android中,用了webview载入了一页面,页面内容如下

<body>
test
2323
<input type="file" name="Filedata" size="45" />
</body>
可在运行程序上,手机屏点击这选择文件的按纽,没反应。(在android手机自带的浏览器上运行此页面是正常的)

现需: 点击此选择文件的按纽后,要出现要可浏览手机中图的界面,并可返回选中的那张图的路径,
       thanks
[解决办法]
webView.getSettings().setJavaScriptEnabled(true)

lz试试这个

热点排行