GitHub user jcesarmobile added a comment to the discussion: Android photo picker Cordova plugin, or alternatives to cordova-plugin-camera for photo picking?
The Camera plugin uses the Camera intent when using the `CAMERA` sourceType, when using `PHOTOLIBRARY`/`SAVEDPHOTOALBUM` sourceType it uses an `Intent.ACTION_GET_CONTENT`, in those cases the photo picker could be used instead. But as everything Google is launching lately, the photo picker is buggy and doesn't provide as good user experience as they claim. Also loses features such as getting exif information, so if replaced it would be a breaking change on the plugin. GitHub link: https://github.com/apache/cordova/discussions/561#discussioncomment-14309934 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
