You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/02 17:56:11 UTC

[GitHub] [cordova-plugin-camera] benitogf opened a new issue #484: PictureSourceType for both CAMERA and PHOTOLIBRARY

benitogf opened a new issue #484: PictureSourceType for both CAMERA and PHOTOLIBRARY 
URL: https://github.com/apache/cordova-plugin-camera/issues/484
 
 
   # Feature Request
   
   ## Motivation Behind Feature
   <!-- Why should this feature be implemented? What problem does it solve? -->
   
   I find that most camera applications include access to photo album selection, using sourceType CAMERA will disable this feature, and using sourceType PHOTOLIBRARY will not open the camera
   
   https://play.google.com/store/apps/details?id=com.asus.camera&hl=en
   https://play.google.com/store/apps/details?id=net.sourceforge.opencamera&hl=en
   
   
   ## Feature Description
   <!-- 
   Describe your feature request in detail
   Please provide any code examples or screenshots of what this feature would look like
   Are there any drawbacks? Will this break anything for existing users? 
   -->
   
   Add a new sourceType that allows the camera application to access the photo album as well
   
   
   ## Alternatives or Workarounds
   <!-- 
   Describe alternatives or workarounds you are currently using 
   Are there ways to do this with existing functionality?
   -->
   
   Currently the only solution is to have separated flows that switch the sourceType, there's no option that allow the camera application to select from photo album
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org