GitToTheHub commented on issue #935:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/935#issuecomment-3609306960

   @mikehall314 I created a PR which uses 
[PHPickerViewController](https://developer.apple.com/documentation/photosui/phpickerviewcontroller?language=objc)
 instead of 
[UIImagePickerController](https://developer.apple.com/documentation/UIKit/UIImagePickerController?language=objc)
 since iOS 14, which has many advantages over `UIImagePickerController`. The 
best one is, that it don't need any permissions to request images from the 
library. You can test it also, if the a new Cordova app will also not work.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to