[
https://issues.apache.org/jira/browse/CB-11371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikhil Khandelwal updated CB-11371:
-----------------------------------
Labels: Android triaged (was: )
> [Android][Camera] The native Image-Preview doesn't appear after taken a
> picture on a Sony Z3 Dual with Android 6
> ----------------------------------------------------------------------------------------------------------------
>
> Key: CB-11371
> URL: https://issues.apache.org/jira/browse/CB-11371
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin Camera
> Affects Versions: 2.2.0
> Environment: Android 6
> Reporter: Massimo Rangoni
> Priority: Minor
> Labels: Android, triaged
>
> Only on a Sony Z3 Dual the native Image-Preview doesn't appear after taken a
> picture.
> Here the options passed to the `getPicture` method:
> {noformat}
> var options = {
> quality: 40,
> destinationType: Camera.DestinationType.FILE_URI,
> sourceType: Camera.PictureSourceType.CAMERA,
> allowEdit: false,
> encodingType: Camera.EncodingType.JPEG,
> targetWidth: 400,
> targetHeight: 400,
> cameraDirection: Camera.Direction.BACK,
> correctOrientation: true
> };
> navigator.camera.getPicture(this.onSuccess, this.onFail, options);
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]