Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 436C610BFA for ; Fri, 20 Dec 2013 00:40:39 +0000 (UTC) Received: (qmail 79146 invoked by uid 500); 20 Dec 2013 00:40:39 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 79090 invoked by uid 500); 20 Dec 2013 00:40:39 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 79081 invoked by uid 99); 20 Dec 2013 00:40:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Dec 2013 00:40:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shazron@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-we0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Dec 2013 00:40:34 +0000 Received: by mail-we0-f180.google.com with SMTP id t61so1854547wes.11 for ; Thu, 19 Dec 2013 16:40:13 -0800 (PST) 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=WVloCdkF8LJq4rbjJrAJ2Umz2yrm/v4pLWhsUs9Swik=; b=Ee18ii5+062W4Rc4Xubqpp376qRFHro3BA8sIwhPbtK0Q5z4jrF4x69eFMrca+iJD9 EA1a17s5/0drDxmOxq5ItXIOebXHbFk8T2DMtDpVGQODVhZnO+CWjV47A8EttzGUvZbQ nbHYSyqI15rNyp8AlfLfaf3RZ0AN7SMRUue4i+dMDJgQY0kJ259fve1gQXL4o90+6FAS 696+KjJi6q0EnpsItusNRcPrxs/oa8spdJWATkcvHz/dpxfAK4dS+Y5knwoC+TrgUn8N wa+HdwahUx0suPdkGLcSJnx+aHY7n5Lr2NqYvPeIIyQX2009ksqoaJHSDVtJl9huYmCz Lmww== X-Received: by 10.194.171.34 with SMTP id ar2mr863wjc.81.1387500013405; Thu, 19 Dec 2013 16:40:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.201.69 with HTTP; Thu, 19 Dec 2013 16:39:33 -0800 (PST) In-Reply-To: References: From: Shazron Date: Thu, 19 Dec 2013 16:39:33 -0800 Message-ID: Subject: Re: Cordova 3.3.1-0.1.2 doesn't load javascript for plugins To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=089e0122f49c6ccd8904edec85f4 X-Virus-Checked: Checked by ClamAV on apache.org --089e0122f49c6ccd8904edec85f4 Content-Type: text/plain; charset=ISO-8859-1 device.name has been deprecated for some time, and probably has been removed (but doc not updated) just repro'ed your steps with 3.3.1-0.1.2 if you tried device.model - it should work On Thu, Dec 19, 2013 at 3:49 PM, Don Coleman wrote: > I upgraded to 3.3.1-0.1.2 and iOS isn't working anymore. > > Based on Greg's bug report it looks like Android has a similar problem > https://issues.apache.org/jira/browse/CB-5647 > > I'm using Cordova 3.3.1-0.1.2 on OS X 10.9.1, Xcode 5.0.2 (5A3005), Node > v0.10.22 > $ cordova create foo com.example.foo Foo > $ cd foo > $ cordova platform add ios > $ cordova plugin add org.apache.cordova.device > > add the following to app.deviceReady in www/js/index.js > > alert("Device Name " + device.name); > > device.name fails > cordova_plugins.js doesn't contain any plugins > --089e0122f49c6ccd8904edec85f4--