Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 383429A2A for ; Mon, 16 Apr 2012 23:45:34 +0000 (UTC) Received: (qmail 11112 invoked by uid 500); 16 Apr 2012 23:45:33 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 11084 invoked by uid 500); 16 Apr 2012 23:45:33 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 11073 invoked by uid 99); 16 Apr 2012 23:45:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2012 23:45:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shazron@gmail.com designates 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-iy0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2012 23:45:27 +0000 Received: by iaag37 with SMTP id g37so8274513iaa.6 for ; Mon, 16 Apr 2012 16:45:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=j3C7GQrNEWSSr1xW7RscQ/znHOLthR2ahO+n/EPZJHM=; b=Dp1dffvrX0o/vgJiXECT/eUeVkheAxMGmo6Cp0z2nyGmRV0DQOY/ZSLH7lXdk5iS+O jWdJT6rmva4wFLVuy5GrJbANL8dW7UEvOONDYH1sytKmKTP135826KkeO0DFukNA7n8S z6eXCATMbL0nvztVzpVKItV5sw6lcIxkc6jZsthwPf6L8Hd/K5utGoHi2uoA4rfbGIMs D5HjPe7nKatfzgKmpsu7aYnaRJ3XKN0SWKuPeOP0l944moXOiJv4KIFfKUcmfGvEf+MS mfbMo2FS5reYWXz5OXnbHxn7E0BATFQOtVdVO+BpRW9pQ0KMeeWoWDekw61ypNuIC6JE IJ4Q== Received: by 10.50.186.166 with SMTP id fl6mr7530925igc.47.1334619906917; Mon, 16 Apr 2012 16:45:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.146.131 with HTTP; Mon, 16 Apr 2012 16:44:26 -0700 (PDT) In-Reply-To: References: From: Shazron Date: Mon, 16 Apr 2012 16:44:26 -0700 Message-ID: Subject: Re: JS: tagged 1.6.1 To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org > - cordova.js create the resume + pause channels and register them using > the addDocumentEventHandler [2] method, and have native side call > cordova.fireDocumentEvent, OR > - keep the manual creation of the pause/resume channels [3], and have > native call cordova.require('corodva/channel').(onPause || onResume).fire() Thanks Fil, so assuming that only iOS has to patch this for now for 1.6.1, I should do the second method?