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.
我正在尝试使用 PhoneGap 和 Android 构建一个应用程序,并且想知道是否有人知道如何让应用程序自动捕获图片,例如在用户打开应用程序 5 秒后,用户实际上没有按下任何东西。任何帮助将不胜感激!
当您可以在“deviceready”事件处理程序上执行 setTimeout 以调用 navigator.camera.getPicture() 但无法自动单击按钮时。用户将需要这样做。除此之外,如果这是您真正需要的,您需要编写一个插件来自动拍照。