【发布时间】:2016-06-12 17:36:22
【问题描述】:
我的网站中有接受文件输入的表单。输入代码在这里:
<input type="file" accept="image/*" capture/>
当我使用 google chrome for android 在我的 note 4 上运行此程序时,我只能选择要从中添加图像的相机应用程序。我无法选择使用图库或照片中的图片。
在带有 Safari 的 iPhone 中,它可以完美运行。它允许我从画廊或相机中进行选择。什么不在 google chrome for android 中?我错过了什么?
【问题讨论】:
标签: android html google-chrome html-input