[ https://issues.apache.org/jira/browse/CB-8054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14662087#comment-14662087
]
ASF GitHub Bot commented on CB-8054:
------------------------------------
Github user muratsu commented on the pull request:
https://github.com/apache/cordova-plugin-camera/pull/86#issuecomment-128766483
Hmm, can you share your camera settings with me? I've tried the following with ee5cfe89
(master):
```
destinationType: Camera.DestinationType.FILE_URI,
encodingType: Camera.EncodingType.JPEG,
sourceType : Camera.PictureSourceType.PHOTOLIBRARY
```
```
destinationType: Camera.DestinationType.FILE_URI,
encodingType: Camera.EncodingType.JPEG,
sourceType : Camera.PictureSourceType.CAMERA,
saveToPhotoAlbum: true
```
both of them working fine for me (win-phone 8.1).
> Camera getPicture photo library not supported on Windows?
> ---------------------------------------------------------
>
> Key: CB-8054
> URL: https://issues.apache.org/jira/browse/CB-8054
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin Camera, Windows
> Affects Versions: 3.7.1
> Environment: Windows Phone 8.1
> Lumia 635
> Windows universal app platform
> Camera plugin v0.3.3
> Reporter: Boston Dell-Vandenberg
> Assignee: Murat Sutunc
>
> On the Windows platform when calling getPicture() with "sourceType" of "PHOTOLIBRARY"
or "SAVEDPHOTOALBUM" it returns "Not supported" error.
> The plugin documentation says Windows is supported but is that not the case?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org
|