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 107469837 for ; Thu, 12 Apr 2012 22:59:41 +0000 (UTC) Received: (qmail 60482 invoked by uid 500); 12 Apr 2012 22:59:40 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 60439 invoked by uid 500); 12 Apr 2012 22:59:40 -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 60430 invoked by uid 99); 12 Apr 2012 22:59:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 22:59:40 +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; Thu, 12 Apr 2012 22:59:38 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2021F367EE9 for ; Thu, 12 Apr 2012 22:59:17 +0000 (UTC) Date: Thu, 12 Apr 2012 22:59:17 +0000 (UTC) From: "Filip Maj (Commented) (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1643876935.19886.1334271557132.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <321373953.19167.1334264360909.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (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 [ https://issues.apache.org/jira/browse/CB-491?page=3Dcom.atlassian.jir= a.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13252949= #comment-13252949 ]=20 Filip Maj commented on CB-491: ------------------------------ Sure, if you want to dig into it go for it! Would be nice to figure out why= it's not working. =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 > Fix For: 1.7.0 > > 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