docs(camera): Add link to platform-specific options quirks

This commit is contained in:
Alex Muramoto 2016-12-01 09:50:21 -06:00 committed by GitHub
parent 9f557bee8a
commit 9ab73602af

View File

@ -192,7 +192,7 @@ export class Camera {
/** /**
* Take a picture or video, or load one from the library. * Take a picture or video, or load one from the library.
* @param {CameraOptions?} options Options that you want to pass to the camera. Encoding type, quality, etc. Optional * @param {CameraOptions?} options optional. Options that you want to pass to the camera. Encoding type, quality, etc. Platform-specific quirks are described in the [Cordova plugin docs](https://github.com/apache/cordova-plugin-camera#cameraoptions-errata-).
* @returns {Promise<any>} Returns a Promise that resolves with Base64 encoding of the image data, or the image file URI, depending on cameraOptions, otherwise rejects with an error. * @returns {Promise<any>} Returns a Promise that resolves with Base64 encoding of the image data, or the image file URI, depending on cameraOptions, otherwise rejects with an error.
*/ */
@Cordova({ @Cordova({