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 E4AEB11AC8 for ; Fri, 16 May 2014 19:25:08 +0000 (UTC) Received: (qmail 83205 invoked by uid 500); 16 May 2014 11:49:06 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 11158 invoked by uid 500); 16 May 2014 11:23:58 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 36335 invoked by uid 99); 16 May 2014 11:10:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2014 11:10:59 +0000 Date: Fri, 16 May 2014 11:10:59 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-285) Add property returning root path of Important FileSystem Locations 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-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999489#comment-13999489 ] ASF subversion and git services commented on CB-285: ---------------------------------------------------- Commit 0993ad3fdd5da52bfc9fc3339acf923cff483456 in cordova-mobile-spec's branch refs/heads/master from [~agrieve] [ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=0993ad3 ] CB-285 Tests for cordova.file.*Directory properties for iOS & Android > Add property returning root path of Important FileSystem Locations > ------------------------------------------------------------------ > > Key: CB-285 > URL: https://issues.apache.org/jira/browse/CB-285 > Project: Apache Cordova > Issue Type: Improvement > Components: CordovaJS > Affects Versions: 1.4.0 > Environment: Both PhoneGap SDK and PhoneGap Build > Reporter: Ashley Gullen > Assignee: Andrew Grieve > Labels: features > > There needs to be a property in PhoneGap that returns the root path to the general files added to the PhoneGap project (i.e. the directory index.html is in). For example, if I add 'music.mp3' to my project, in Android it will be located in: > /android_asset/www/music.mp3 > On iOS after being built with PhoneGap Build it will be located in some path like this: > /var/mobile/Applications//.app/www/music.mp3 > However, there does not appear to be a programmatic way to determine both and .app. > This has two side effects: > 1. Paths to audio for Media must be hard-coded separately depending on the platform, which is inconvenient. > 2. Paths to audio for Media cannot be known if developing a framework that uses PhoneGap. Since a framework does not know the App ID or name in advance, it's impossible for the framework to determine the correct path. > This is actively blocking audio from working on iOS in PhoneGap projects exported by Construct 2 (www.scirra.com), a HTML5 game creator. Also, it seems like kind of an important function to make available anyway, since hard-coding paths for each platform is a pain. > This PhoneGap Support thread led to this issue: http://phonegap.tenderapp.com/discussions/questions/208-android_asset-equivalent-for-ios -- This message was sent by Atlassian JIRA (v6.2#6252)