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() メソッドを実行すると、Android カメラを開始するためにインテントが起動されます。カメラは写真を撮るための UI を提供するため、シャッター ボタンを使用する必要があります。
どこでもクリック機能を実行したい場合は、独自のカメラ機能を提供するプラグインを作成する必要があります。