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 481E3104DE for ; Mon, 7 Oct 2013 23:14:44 +0000 (UTC) Received: (qmail 69171 invoked by uid 500); 7 Oct 2013 23:14:43 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 69148 invoked by uid 500); 7 Oct 2013 23:14:43 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 69101 invoked by uid 99); 7 Oct 2013 23:14:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Oct 2013 23:14:43 +0000 Date: Mon, 7 Oct 2013 23:14:43 +0000 (UTC) From: "Steve Gill (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-4482) iOS Globalization calls fail with ERROR: Method 'xxx' not defined in Globalization 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-4482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788690#comment-13788690 ] Steve Gill commented on CB-4482: -------------------------------- Is this still an issue? > iOS Globalization calls fail with ERROR: Method 'xxx' not defined in Globalization > ---------------------------------------------------------------------------------- > > Key: CB-4482 > URL: https://issues.apache.org/jira/browse/CB-4482 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Globalization > Affects Versions: 3.0.0 > Environment: iOS is the only platform currently added. And its being run on a Mac. > Reporter: peter miller > Assignee: Steve Gill > > Calling navigator.globalization.getDateNames failed with the following: > 2013-08-01 13:21:26.768 Luna Solaria[2590:907] ERROR: Method 'getDateNames:' not defined in Plugin 'Globalization' 2013-08-01 13:21:26.770 Luna Solaria[2590:907] -[CDVCommandQueue executePending] [Line 116] FAILED pluginJSON = [ "Globalization1635930361", "Globalization", "getDateNames", [ { "options" : { "item" : "months", "type" : "narrow" } } ] ] > Every other method of globalization I've tried has had the same result. Other plugins seem to work okay. And the plugin is definitely installed. -- This message was sent by Atlassian JIRA (v6.1#6144)