bmarsaud opened a new issue, #291:
URL: https://github.com/apache/cordova-plugin-media-capture/issues/291

   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   The image capture request should resolve successfully while another photo 
taking application is installed on the device.
   
   ### What does actually happen?
   The image capture request is considered as cancelled (Error code 3) while 
the user has successfully taken the photo.
   
   ## Information
   To reproduce, you need to have another photo taking application installed 
(Like [Professional HD 
Camera](https://apkcombo.com/professional-hd-camera/best.camera/) for instance) 
so that Android is showing you an intent to chose the application to use.
   You don't even need to use this other application, the problem occurs 
whether you use the default camera app or not.
   
   The problem occurs on Android 8, 9 and 10.
   It's not present on Android 11, 12 and 13.
   
   I don't know for versions prior to 8.
   
   This is a duplicate of #139, but as it's tagged as Invalid, I'm recreating 
the issue here with more information.
   
   ### Command or Code
   Nothing special here, a simple :
   ```js
   navigator.device.capture.captureImage(onCaptureSuccess, onCaptureError);
   ```
   will do.
   
   ### Environment, Platform, Device
   Devices : Android SDK Emulator and various physical devices on Android 8, 9, 
10
   Dev env OS : Ubuntu 22.04 LTS
   
   ### Version information
   Cordova : 12.0.0
   Cordova Platforms : Android 12.0.1, iOS 6.3.0
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


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

Reply via email to