带有 accept='image/*;capture=camera' 选项的 android phonegap 应用程序不支持输入类型文件

Posted

技术标签:

【中文标题】带有 accept=\'image/*;capture=camera\' 选项的 android phonegap 应用程序不支持输入类型文件【英文标题】:input type file is not supported in android phonegap app with accept='image/*;capture=camera' option带有 accept='image/*;capture=camera' 选项的 android phonegap 应用程序不支持输入类型文件 【发布时间】:2014-08-29 07:46:57 【问题描述】:

我使用 phonegap 创建了一个应用,需要从图库、相机等上传图片。

我正在使用

<input type='file' accept='image/*;capture=camera' />

但它不支持在 android 上它只显示画廊而不是相机选项,而在 iphone 中它适用于相机但在选择捕获的相机图像后它会刷新应用程序。

如果我做错了,请帮助我。

谢谢, 维杰·巴恩瓦尔

【问题讨论】:

***.com/questions/17760334/… 已回答 【参考方案1】:

兄弟,我猜你给出的代码中的语法错误应该是

<input type='file' accept='image/*' capture='camera' />

而不是

  <input type='file' accept='image/*;capture=camera' />

【讨论】:

以上是关于带有 accept='image/*;capture=camera' 选项的 android phonegap 应用程序不支持输入类型文件的主要内容,如果未能解决你的问题,请参考以下文章

h5 input 调用摄像头或者相册

移动端调用相机拍照上传图片

input file禁用手机本地文件选择,只允许拍照上传图片 capture="camera"

H5调用设备摄像头和系统相册

移动端调用手机的摄像头和相册

vue-hbuilder打包-调取摄像头或上传图片