You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/08/27 13:40:58 UTC

[jira] [Commented] (CB-7378) Camera plugin is not working on WP8.1 since native API change

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

ASF GitHub Bot commented on CB-7378:
------------------------------------

GitHub user vladimir-kotikov opened a pull request:

    https://github.com/apache/cordova-plugin-camera/pull/44

    CB-7378 Adds windows platform support.

    Fix for https://issues.apache.org/jira/browse/CB-7378
    
    Adds support for windows platform and, especially, for WP8

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-plugin-camera CB-7378

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-camera/pull/44.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #44
    
----
commit ac49474442f6261900b7ee6b466370338d771891
Author: Vladimir Kotikov <v-...@microsoft.com>
Date:   2014-08-26T08:19:48Z

    CB-7378 Adds windows platform support.

----


> Camera plugin is not working on WP8.1 since native API change
> -------------------------------------------------------------
>
>                 Key: CB-7378
>                 URL: https://issues.apache.org/jira/browse/CB-7378
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera
>         Environment: WP8.1 device/emulator
>            Reporter: Vladimir Kotikov
>
> {{Camera.getPicture()}} won't work on WP8.1 since API change.
> Camre plugin use {{Windows.Media.Capture.CameraCaptureUI()}} class for acquiring camera picture, which is unavailable on WP8.1. Possible solution is to use MediaCapture class. Also it will require to implement custom camera interface.



--
This message was sent by Atlassian JIRA
(v6.2#6252)