jcesarmobile created CB-10067:
---------------------------------
Summary: Camera.PictureSourceType description is not right for iOS
Key: CB-10067
URL: https://issues.apache.org/jira/browse/CB-10067
Project: Apache Cordova
Issue Type: Improvement
Components: Docs, iOS, Plugin Camera
Reporter: jcesarmobile
Priority: Minor
Camera.PictureSourceType.PHOTOLIBRARY and
Camera.PictureSourceType.SAVEDPHOTOALBUM have both the same description (Choose
image from picture library ), but they are not se same
Camera.PictureSourceType.PHOTOLIBRARY uses
UIImagePickerControllerSourceTypePhotoLibrary, that references the entire photo
library, letting the user choose the album he wants to use.
Camera.PictureSourceType.SAVEDPHOTOALBUM uses
UIImagePickerControllerSourceTypeSavedPhotosAlbum, that goes to the camera roll
album and don't let to select another.
We should make clear that they are different and explain why
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]