You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/05/27 06:54:03 UTC

[GitHub] [cordova-plugin-media-capture] ChetanGoti commented on issue #198: captureVideo doesn't show message to accept access to Camera, Audio, etc. in Android

ChetanGoti commented on issue #198:
URL: https://github.com/apache/cordova-plugin-media-capture/issues/198#issuecomment-849380374


   Recently I observed similar issue. It would work if it tries to `captureImage` first.
   
   Here is scenario where it doesn't work:
   - Uninstall app. (So that permissions granted gets removed)
   - Install app
   - You try `captureVideo`
   - It opens Camera to Record the Video, but once done, it throws this error.
   
   Here is scenario where it works:
   - Uninstall app. (So that permissions granted gets removed)
   - Install app
   - You try `captureImage`
   - It asks for Camera permission.
   - It opens Camera and also able to access captured image from the local storage.
   - You try `captureVideo`
   - As permission is already granted, it doesn't ask for permission.
   - It opens Camera to record and once done, captured video **IS** accessible from local storage. And this error is not seen.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org