任何人都可以在mobile safari(ios5)中通过html5访问相机吗?
我们可以看到opera软件提供了api来帮助开发者从网页访问相机。
我们可以在 ios5 的 mobile safari 上实现吗?
另外,有些人说他们可以在安卓设备上完成,这是真的吗?
如果您知道,请在您的答案后发布链接。
非常感谢。
As we can see opera software make the api to help developer to access to the camera from the web page.
Can we do it on mobile safari in ios5 ?
Besides,some guys said that they can do it on a android device.Is it really?
If you know that,please post the link following your answers.
Thank you very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用像phonegap 这样的库来访问硬件。仅当phonegap 和您的html 页面嵌入到应用程序中时才能完成此操作。
http://docs.phonegap.com/en/1.1.0 /phonegap_camera_camera.md.html#Camera
出于安全目的,网站或从真实网站加载的任何 JavaScript 代码都不允许使用手机摄像头。
You can access to the hardware by using a library like phonegap. This can be done only if phonegap and your html page are embedded in an app.
http://docs.phonegap.com/en/1.1.0/phonegap_camera_camera.md.html#Camera
A website, or any javascript code loaded from a real website won't be allowed to use a phone camera for security purposes.