Norman Breau
Norman Breau
To addon... Starting with API 33, `READ_EXTERNAL_STORAGE` permission is going to change and be no-op, with 3 more specific read permissions replacing it, for audio, video and images. Which I...
Potentially related to https://github.com/apache/cordova-plugin-camera/issues/679 with an open PR https://github.com/apache/cordova-plugin-camera/pull/781 If you could try testing that PR to see if it will solve your issue ``` cordova plugin remove cordova-plugin-camera cordova...
For what it's worth (Not sure if this information is relevant for this issue), Cordova uses the Android's [Intent](https://developer.android.com/reference/android/content/Intent) system. It's a way of delegating responsibilities to another app, which...
> Something to note, there is a mediaType for VIDEO in the cameraOptions but it does not do what it seems like it should do and captures/stores an image file....
I'm not stating this with full confidence but support may depend on the underlying Camera application on the device. We utilise the Intent system, as recommended by Android to avoid...
> In new versions of Android 13, it is not possible to move video files to the application directory, as the plugin is returning videos from the path file:///storage/emulated/0/DCIM/Camera/ To...
`INVALID_MODIFICATION_ERR` should only be thrown if you're attempting to modify the file I believe.. Can you share the code that produces this error?
Thanks for your co-operation, it's helping me understand the full picture. based on the provided code, this does appear to be a bug... On the topic of changing the default...
> "cordova-plugin-media-capture": "git+https://github.com/apache/cordova-plugin-media-capture.git#d77d1715e5efbb29520169af27d3bf1a389115b4", Can you try using an actual release of this plugin? That particular commit has never landed in the repo. It was from a PR that was merged...
Unable to reproduce with a pure cordova app. Can a [minimal reproduction app](https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md) can be provided? It should not include frameworks, just a pure cordova app. I've tested loading from:...