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 ABE1F9CB3 for ; Tue, 17 Apr 2012 18:07:50 +0000 (UTC) Received: (qmail 23002 invoked by uid 500); 17 Apr 2012 18:07:50 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 22979 invoked by uid 500); 17 Apr 2012 18:07:50 -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 22971 invoked by uid 99); 17 Apr 2012 18:07:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2012 18:07:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2012 18:07:46 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E93B939E29E for ; Tue, 17 Apr 2012 18:07:25 +0000 (UTC) Date: Tue, 17 Apr 2012 18:07:25 +0000 (UTC) From: "Devin Fallak (Issue Comment Edited) (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1727453004.33919.1334686045957.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <321373953.19167.1334264360909.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Issue Comment Edited] (CB-491) cordova-1.6.0 + jquery/zepto $(document).bind("deviceready") does not work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CB-491?page=3Dcom.atlassian.jir= a.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13255782= #comment-13255782 ]=20 Devin Fallak edited comment on CB-491 at 4/17/12 6:06 PM: ---------------------------------------------------------- This bug is happening to me as well. I followed the Cordova Upgrade Guide t= o upgrade my project from 1.4.1 to 1.5.0. At this point it was working. The= n I upgraded from 1.5.0 to 1.6.0 and I am now getting the same error report= ed here:=20 [INFO] Error in success callback: NetworkStatus0 =3D TypeError: 'undefined' is not an object =20 was (Author: dfallak): This bug is happening to me as well. I followed the Cordova Upgrade Gui= de to upgrade my project from 1.4.1 to 1.5.0. At this point it was working.= Then I upgraded from 1.5.0 to 1.6.0 and I am now getting the same error re= ported here. =20 > cordova-1.6.0 + jquery/zepto $(document).bind("deviceready") does not wor= k > -------------------------------------------------------------------------= - > > Key: CB-491 > URL: https://issues.apache.org/jira/browse/CB-491 > Project: Apache Callback > Issue Type: Bug > Components: CordovaJS > Affects Versions: 1.6.0 > Environment: Tested on iOS 5.1 > Reporter: Mois=C3=A9s Gramary > Assignee: Filip Maj > Priority: Minor > Labels: javascript, patch > Original Estimate: 2h > Remaining Estimate: 2h > > With Phonegap1.4 or 1.5, I have been OK with the code below, but now I st= uck. > Anyone has an idea? Thanks. > > > initial-scale=3D1.0, maximum-scale=3D1.0, user-scalable=3Dno;"/> > > > > > > >

> > > (by KenOKABE on https://groups.google.com/forum/?hl=3Den?hl%3Den&fromgrou= ps#!topic/phonegap/TImcr9kzlq0) > Possible solution--> > Hello, I had the same problem with the upgrade from 1.5 to 1.6... > After a long day I found that that deviceready event begins a little "fre= ak", try changing: > $(document).bind("deviceready", function() > { > //code > }); > by: > document.addEventListener("deviceready", function() > { > //code > }, false); > It worked for me, even so, the most weird thing is that other events like= touchmove or orientationchange still works with $( document ).bind; even $= ( document ).ready function works.... > Appears to fail only with deviceready PG/CV event.... > (by Mois=C3=A9s Gramary Barbosa on same thread) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira