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/05/05 07:33:15 UTC

[jira] [Commented] (CB-6613) "File not found" error when using targetWidth and targetHeight on Windows8 with Camera plugin

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

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

GitHub user vladimir-kotikov opened a pull request:

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

    CB-6613 "File not found" error when using targetWidth and targetHeight on Windows8 with Camera plugin

    

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

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

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

    https://github.com/apache/cordova-plugin-camera/pull/27.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 #27
    
----
commit 87a5030771b031962a2d3db14337ee3f38438a13
Author: Vladimir Kotikov <v-...@microsoft.com>
Date:   2014-05-02T08:46:15Z

    CB-6613 Use WinJS functionality to get base64-encoded content of image instead of File plugin functionality

----


> "File not found" error when using targetWidth and targetHeight on Windows8 with Camera plugin
> ---------------------------------------------------------------------------------------------
>
>                 Key: CB-6613
>                 URL: https://issues.apache.org/jira/browse/CB-6613
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera, Windows 8
>    Affects Versions: 2.9.0
>            Reporter: Vladimir Kotikov
>            Assignee: Jesse MacFadyen
>
> Reproduction steps:
> 1. create a new cordova app
> 2. add the camera plugin, version 0.2.9 (latest)
> 3. add the window8 platform
> 4. use getPicture with targetWidth and targetHeight set
> Result:
> No picture data is returned, the error callback is hit with the message "File not found"
> If you remove targetwidth and targetheight, the camera plugin works.
> Expected:
> camera plugin should work with targetWidth and targetHeight set



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