iOS 7 Access iPhone camera from Mobile Safari?

2019-06-17 04:29发布

问题:

In iOS 6 you could use something like this:

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

http://jsfiddle.net/GAbW8/embedded/result/

But in iOS 7 you cannot access the camera anymore. Ideas?

回答1:

Please try this:

...type="file" accept="image/*" capture>