You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Simon MacDonald (Resolved) (JIRA)" <ji...@apache.org> on 2012/03/24 19:06:24 UTC

[jira] [Resolved] (CB-383) Type-o in cordova.android.js : Camera.DestinationType.FILE_URL s/b FILE_URI

     [ https://issues.apache.org/jira/browse/CB-383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon MacDonald resolved CB-383.
--------------------------------

    Resolution: Fixed

The typo has been corrected.
                
> Type-o in cordova.android.js : Camera.DestinationType.FILE_URL s/b  FILE_URI
> ----------------------------------------------------------------------------
>
>                 Key: CB-383
>                 URL: https://issues.apache.org/jira/browse/CB-383
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.6.0
>            Reporter: Libby Baldwin
>            Assignee: Joe Bowser
>             Fix For: 1.6.0
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Found by yimingwuzere on thread below. Affects default destinationType if not set explicitly.
> In cordova.android.js, change the line:
>     var destinationType = Camera.DestinationType.FILE_​URL;
> to
>     var destinationType = Camera.DestinationType.FILE_​URI;
> https://groups.google.com/forum/#!topic/phonegap/C_AGpbJQ7To

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira