From 9516931127aab070e4f8d8fc0ee721640fb60c07 Mon Sep 17 00:00:00 2001 From: DMC Date: Mon, 10 Dec 2018 15:27:46 +0800 Subject: [PATCH] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 6c1def8..9080a2f 100644 --- a/readme.md +++ b/readme.md @@ -98,6 +98,8 @@ document.addEventListener("MediaPicker.CompressVideoEvent", function(data) { ### takePhoto 拍照 demo.js **takePhoto** code: +please add : cordova plugin add cordova-plugin-camera + cameraOptions docs: https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-camera/index.html#camera ``` //please add : cordova plugin add cordova-plugin-camera