我尝试使用以下内容从Android手机中获取图片:
<input type="file" name="file_camera" accept="image/*" capture="camera" />
capture
属性被忽略,而Gallery&amp;允许文件管理器应用程序选择。capture
属性,允许相机应用程序选择。如果该属性不存在(<input type="file" name="file_camera" accept="image/*" />
),则结果如下:
如何在Android 2.x中安装相机?另外,capture
属性的其他值是什么?
注意:
答案 0 :(得分:0)
在低级别上,您通过Android.lvl 8(Android 2.2 +)中实现的android.media.CameraProfile类捕获图像
我认为Mobile Safari 4(默认浏览器)没有实现捕获,因为MS v4在Android 2.0+(API级别5+)上可用,并且无法实现。
Firefox是一个单一的低级别应用,它可以从一个API级别更新到另一个级别。 Android 2.x.x的最高API级别为10.
不要忘记Mobile Safari使用Webkit,FF - Gecko。