文件输入 - 从android上的相机或图库接受图像

时间:2016-02-29 15:44:20

标签: android html5 google-chrome html-input

我的网站中有Form接受文件输入。输入的代码在这里:

<input type="file" accept="image/*" capture/>

当我在我的笔记本4上使用google chrome for android运行时,我只选择相机应用程序来添加图像。我无法选择使用图库或照片中的图片。

在使用Safari的iPhone中,它非常完美。它允许我从画廊或相机中选择。什么不在谷歌Chrome为Android?我错过了什么?

2 个答案:

答案 0 :(得分:2)

如果您使用的是Android 4.4(Kit Kat),那么这是一个已知问题: Issue 62220

您可以按照建议的解决方法进行操作:HTML file input in android webview (android 4.4, kitkat)

答案 1 :(得分:0)

在Galaxy S6(运行Android 5.1)和Chrome 48上,我将Camera和Documents作为操作列表。 您运行的Android和Chrome版本是什么?