You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jeff Sawatzky (JIRA)" <ji...@apache.org> on 2014/05/02 20:56:17 UTC

[jira] [Updated] (CB-6620) fullPath on MediaFile is inconsistent on Android

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

Jeff Sawatzky updated CB-6620:
------------------------------

    Description: 
the fullPath returned on the MediaFile when doing a captureVideo (and possibly other captures) starts with "file:/".

# I think this is an invalid uri, since [file uri schemes|http://en.wikipedia.org/wiki/File_URI_scheme] are supposed to have double slashes followed by the path
# it is a uri and not a path. I would expect "fullPath" to be a local path and not a uri.
# iOS returns a path, and Android is inconsistent.

  was:
the fullPath returned on the MediaFile when doing a captureVideo (and possibly other captures) starts with "file:/".

# I think this is an invalid uri, since [file uri schemes:http://en.wikipedia.org/wiki/File_URI_scheme] are supposed to have double slashes followed by the path
# it is a uri and not a path. I would expect "fullPath" to be a local path and not a uri.
# iOS returns a path, and Android is inconsistent.


> fullPath on MediaFile is inconsistent on Android
> ------------------------------------------------
>
>                 Key: CB-6620
>                 URL: https://issues.apache.org/jira/browse/CB-6620
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Media Capture
>    Affects Versions: 3.4.0
>         Environment: Android
>            Reporter: Jeff Sawatzky
>
> the fullPath returned on the MediaFile when doing a captureVideo (and possibly other captures) starts with "file:/".
> # I think this is an invalid uri, since [file uri schemes|http://en.wikipedia.org/wiki/File_URI_scheme] are supposed to have double slashes followed by the path
> # it is a uri and not a path. I would expect "fullPath" to be a local path and not a uri.
> # iOS returns a path, and Android is inconsistent.



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