移动Web应用程序中的图像捕获?

时间:2013-11-07 06:40:27

标签: jquery html5 asp.net-mvc-3 jquery-mobile

我们正在使用MVC 3,HTML 5,Javascript,Jquery,Jquery mobile开发移动Web应用程序(Android,Iphone)。我想使用相机捕获图像。在HTML 5中,getUserMedia()用于图像捕获但是它不支持许多其他浏览器。所以我们不能使用这个选项。还有其他选择来捕获移动Web应用程序中的图像吗?

1 个答案:

答案 0 :(得分:1)

这个怎么样:

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