breautek commented on issue #771: URL: https://github.com/apache/cordova-plugin-camera/issues/771#issuecomment-2727100427
No image selected was an error that I believe will get thrown if the image was stored in external storage. Older versions of the camera plugin would attempt to load the image using a raw file path which if the app wasn't the owner of the file, the file system will throw the file not found kind of error. v8 of the camera plugin streamlines support for scoped storage. See https://cordova.apache.org/announcements/2024/11/02/camera-plugin-camera-8.0.0.html for more details. -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org