[
https://issues.apache.org/jira/browse/CB-11956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15551412#comment-15551412
]
seema commented on CB-11956:
----------------------------
Hi
The android version is 6.0.1
cordova-android version : 5.1.1
cordova-camera-plugin : 2.3.0
Below is script that we are using to get the picture from camera
navigator.camera.getPicture(function (imageData) {
callback()
}, function onFail(message) {
fcallback();
}, {
quality: 25,
destinationType: Camera.DestinationType.FILE_URI,
encodingType: Camera.EncodingType.PNG,
sourceType: Camera.PictureSourceType.CAMERA
correctOrientation: true,
});
> camera plugin in android shows a blank screen after capturing the picture.
> --------------------------------------------------------------------------
>
> Key: CB-11956
> URL: https://issues.apache.org/jira/browse/CB-11956
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin Camera
> Reporter: seema
> Attachments: logfile.txt
>
>
> We are using camera plugin to take pictures .
> In android phone after picture is captured and confirmed , it is showing
> blank screen for almost 10 - 15 sec. It looks like app has hanged.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]