将相机视图集成到我的 PhoneGap 应用程序中
根据 PhoneGap Camera API,当我调用“camera.getPicture”时,它会打开手机的默认相机应用程序。 有没有办法防止打开默认相机应用程序,而只需将相机视图带到我的应用程序(某些面板)并将图片捕获功能覆盖到我的应用程序中的按钮..?任何示例代码都受到高度赞赏。
谢谢。
According to PhoneGap Camera API, when I call 'camera.getPicture' it opens the default camera application of the phone.
Is there a way to prevent opening the default camera application but simply take the camera view to my application (to some panel) and override the picture capture functionality to a button in my application..? Any sample code is highly appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过 PhoneGap 框架,您可以访问本机 API。并且您不应该覆盖此功能。
With PhoneGap framework you can get access to native APIs. And you shouldn't override this functionality.