Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C256917B5D for ; Mon, 2 Mar 2015 01:20:11 +0000 (UTC) Received: (qmail 23761 invoked by uid 500); 2 Mar 2015 01:20:06 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 23742 invoked by uid 500); 2 Mar 2015 01:20:06 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 23513 invoked by uid 99); 2 Mar 2015 01:20:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2015 01:20:06 +0000 Date: Mon, 2 Mar 2015 01:20:06 +0000 (UTC) From: "Don Becker (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-8054) Camera getPicture photo library not supported on Windows? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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:20 AM: -------------------------------------------------------- {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} was (Author: psyon): // 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; } > 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: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org