[ 
https://issues.apache.org/jira/browse/CB-8054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14342582#comment-14342582
 ] 

Don Becker edited comment on CB-8054 at 3/2/15 1:21 AM:
--------------------------------------------------------

{code}
// TODO: Add WP8.1 support
// WP8.1 doesn't allow to use of pickSingleFileAsync method
// see http://msdn.microsoft.com/en-us/library/windows/apps/br207852.aspx for 
details
// replacement of pickSingleFileAsync - pickSingleFileAndContinue method
// will take application to suspended state and this require additional logic 
to wake application up
if (navigator.appVersion.indexOf('Windows Phone 8.1') >= 0 ) {
        errorCallback('Not supported');
        return;
}
{code}


was (Author: psyon):
{quote}
// TODO: Add WP8.1 support
// WP8.1 doesn't allow to use of pickSingleFileAsync method
// see http://msdn.microsoft.com/en-us/library/windows/apps/br207852.aspx for 
details
// replacement of pickSingleFileAsync - pickSingleFileAndContinue method
// will take application to suspended state and this require additional logic 
to wake application up
if (navigator.appVersion.indexOf('Windows Phone 8.1') >= 0 ) {
        errorCallback('Not supported');
        return;
}
{quote}

> 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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to