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