问题
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>
来源:https://stackoverflow.com/questions/19097127/ios-7-access-iphone-camera-from-mobile-safari