iOS 7 Access iPhone camera from Mobile Safari?

别说谁变了你拦得住时间么 提交于 2020-01-03 08:45:12

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!