Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道我如何编写相机功能来拍摄照片,用户只需点击屏幕上的任意位置?我正在用 Android 中的 Phonegap 编写应用程序。
谢谢!
当您执行 navigator.camera.getPicture() 方法时,您将触发 Intent 以启动 Android 相机。相机提供了用户界面来拍照,所以你需要使用他们的快门按钮。
如果您想执行随处点击功能,您需要编写一个插件来提供您自己的相机功能。