Houdhey opened a new issue, #797:
URL: https://github.com/apache/cordova-plugin-camera/issues/797
# Bug Report
`Msg: cannot open camera: 20`
## Problem
Camera doesn't open, Gallery doesn't open, for Android 13 emulator
### What is expected to happen?
Camera should open, Gallery should open
### What does actually happen?
Nothing, display a bug message : `Msg: cannot open camera: 20`
`E/Capacitor/Browser: Error binding to custom tabs service`
### Command or Code
```
const options: CameraOptions = {
quality: 100,
destinationType: this.camera.DestinationType.DATA_URL,
sourceType: this.camera.PictureSourceType.SAVEDPHOTOALBUM,
correctOrientation: true,
allowEdit: false,
targetHeight: 1280,
targetWidth: 1280,
};
this.camera.getPicture(options).then()....
```
### Environment, Platform, Device
<!-- In what environment, on what platform or on which device are you
experiencing the issue? -->
Ionic, Android 13
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]