[
https://issues.apache.org/jira/browse/CB-12909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah updated CB-12909:
----------------------------------
Environment: Android
> cordova-plugin-camera crashes after taking picture
> --------------------------------------------------
>
> Key: CB-12909
> URL: https://issues.apache.org/jira/browse/CB-12909
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-plugin-camera
> Affects Versions: [email protected]
> Environment: Android
> Reporter: boniface pereira
>
> Im using cordova version 7+
> and android version 4.4.4
> This works if i pick an image from my library, but not with camera.
> After i capture the image, the app simply restarts or sometimes crashes.
> here is my code:
> options: CameraOptions = {
> quality: 75,
> destinationType: this.camera.DestinationType.FILE_URI,
> encodingType: this.camera.EncodingType.JPEG,
> mediaType: this.camera.MediaType.PICTURE,
> sourceType: this.camera.PictureSourceType.CAMERA,
> targetWidth: 200,
> targetHeight: 200,
> saveToPhotoAlbum: true,
> };
> this.camera.getPicture(this.options).then((data) => {
> if (data.substr(0, 7) == 'content') {
> this.filePath.resolveNativePath(data).then(newPath => {
> this.startUpload(); // external function
> })
> } else {
> this.startUpload();
> }
> }, err => {
> });
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]