Re: [I] No Image Data on Android 12 [cordova-plugin-camera]

2025-03-15 Thread via GitHub
breautek commented on issue #900: URL: https://github.com/apache/cordova-plugin-camera/issues/900#issuecomment-2727101317 Camera plugin v8 streamlines support for scoped storage which might have addressed this issue, or at the very least provide more meaningful error messages. -- This i

Re: [I] No Image Data on Android 12 [cordova-plugin-camera]

2024-10-31 Thread via GitHub
s5nicolay-dev commented on issue #900: URL: https://github.com/apache/cordova-plugin-camera/issues/900#issuecomment-2449360756 Thank you very much for your help. I have tried your suggestions. Unfortunately it does still not work, however maybe the logcat dump can provide some details? I n

Re: [I] No Image Data on Android 12 [cordova-plugin-camera]

2024-10-30 Thread via GitHub
breautek commented on issue #900: URL: https://github.com/apache/cordova-plugin-camera/issues/900#issuecomment-2447617805 > I have just tested and still have the same issue. I will try to see if I can find anything in logcat, but not quite sure what to look for. I'd suggest filtering

Re: [I] No Image Data on Android 12 [cordova-plugin-camera]

2024-10-30 Thread via GitHub
s5nicolay-dev commented on issue #900: URL: https://github.com/apache/cordova-plugin-camera/issues/900#issuecomment-2447431998 I have noticed that the app has not requested access to (listed with access to) Camera in the device settings. -- This is an automated message from the Apache G

Re: [I] No Image Data on Android 12 [cordova-plugin-camera]

2024-10-30 Thread via GitHub
s5nicolay-dev commented on issue #900: URL: https://github.com/apache/cordova-plugin-camera/issues/900#issuecomment-2447384275 Thanks for the advice! Just tested cordova-plugin-camera 8.0.1-dev. After camera capture I am getting the error function call with the message "No Image Sele

Re: [I] No Image Data on Android 12 [cordova-plugin-camera]

2024-10-29 Thread via GitHub
breautek commented on issue #900: URL: https://github.com/apache/cordova-plugin-camera/issues/900#issuecomment-2445619036 Can you try testing the dev build? ``` cordova plugin remove cordova-plugin-camera cordova plugin add https://github.com/apache/cordova-plugin-camera.git

Re: [I] No Image Data on Android 12 [cordova-plugin-camera]

2024-10-29 Thread via GitHub
s5nicolay-dev commented on issue #900: URL: https://github.com/apache/cordova-plugin-camera/issues/900#issuecomment-2443580239 Thank you for the suggestion. It sounds plausible that there is no image captured. For the record it works to select PHOTOLIBRARY source and upload an image,