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 4FDDE18BE0 for ; Tue, 14 Jul 2015 22:56:05 +0000 (UTC) Received: (qmail 85292 invoked by uid 500); 14 Jul 2015 22:56:05 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 85269 invoked by uid 500); 14 Jul 2015 22:56:05 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 85254 invoked by uid 99); 14 Jul 2015 22:56:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2015 22:56:05 +0000 Date: Tue, 14 Jul 2015 22:56:05 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8972) Consistently deal with launch args/params 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-8972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14627229#comment-14627229 ] ASF subversion and git services commented on CB-8972: ----------------------------------------------------- Commit 1ab1e94ab646b6a705eaa44ad592e69111610da5 in cordova-js's branch refs/heads/master from [~purplecabbage] [ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=1ab1e94 ] Merge branch 'CB-8972' of https://github.com/purplecabbage/cordova-js > Consistently deal with launch args/params > ----------------------------------------- > > Key: CB-8972 > URL: https://issues.apache.org/jira/browse/CB-8972 > Project: Apache Cordova > Issue Type: New Feature > Reporter: Jesse MacFadyen > Assignee: Jesse MacFadyen > > We need a consistent cross platform way of getting info on how the app was launched. Different launch mechanisms could include registered protocols, local or push notifications or intents from other applications. All of the above launch mechanisms could potentially include some additional information passed in to the application. We need a consistent way of registering to receive this info inside a cordova app. > Example use : > https://github.com/katzer/cordova-plugin-local-notifications > iOS: > handleOpenURL global function, CB-7606, CB-8970 > https://github.com/apache/cordova-plugins/tree/master/notification-rebroadcast > Windows: > CB-8674, https://github.com/apache/cordova-js/commit/f86227b8fe80a13d8db35a7478c798782aee1b17 > wp8: > http://stackoverflow.com/questions/29352208/cordova-wp8-push-notifications-callback -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org