[
https://issues.apache.org/jira/browse/CB-10177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Anoshin updated CB-10177:
--------------------------------
Environment: Android 4.4, Android 6, cordova-android 5.0.0,
cordova-plugin-camera 2.0.0 (was: Android 4.4, Android 6, cordova-android
5.0.0, cordova-plugin-camera 1.2.1)
> Camera Plugin unable to choose video from gallery
> -------------------------------------------------
>
> Key: CB-10177
> URL: https://issues.apache.org/jira/browse/CB-10177
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Environment: Android 4.4, Android 6, cordova-android 5.0.0,
> cordova-plugin-camera 2.0.0
> Reporter: Kirill Anoshin
>
> If you try to run the following code, you will receive empty string as the
> path:
> {code}
> navigator.camera.getPicture(function(path) {
> ...
> }, onError, {
> quality: 75,
> destinationType: Camera.DestinationType.FILE_URI,
> sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
> encodingType: Camera.EncodingType.JPEG,
> popoverOptions: new CameraPopoverOptions(position.left, position.top),
> mediaType: Camera.MediaType.PICTURE
> });
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]