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 8651F1026F for ; Wed, 9 Apr 2014 09:09:24 +0000 (UTC) Received: (qmail 48181 invoked by uid 500); 9 Apr 2014 09:09:22 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 48131 invoked by uid 500); 9 Apr 2014 09:09:20 -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 47655 invoked by uid 99); 9 Apr 2014 09:09:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2014 09:09:18 +0000 Date: Wed, 9 Apr 2014 09:09:17 +0000 (UTC) From: "Robin North (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-6360) The InAppBrowser crash on IOS 5.1 >NSInvalidArgumentException', reason: '-[UILabel setMinimumScaleFactor: 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-6360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963954#comment-13963954 ] Robin North commented on CB-6360: --------------------------------- Hi Shazron, I have submitted an ICLA this morning, thanks! > The InAppBrowser crash on IOS 5.1 >NSInvalidArgumentException', reason: '-[UILabel setMinimumScaleFactor: > --------------------------------------------------------------------------------------------------------- > > Key: CB-6360 > URL: https://issues.apache.org/jira/browse/CB-6360 > Project: Apache Cordova > Issue Type: Bug > Components: iOS, Plugin InAppBrowser > Affects Versions: 3.3.0, 3.4.0 > Environment: Cordova 3.3 or 3.4 Xcode 5.0.1. Test on Ipad 2, Iphone 3GS > Reporter: Gilles Benzerrouk > Assignee: Shazron Abdullah > Labels: InAppBrowser, crash, ios5 > Attachments: CB-6360.patch > > Original Estimate: 3h > Remaining Estimate: 3h > > When i try to launch the InAppBrowser with : > var ref =window.open(urlCt, '_blank','location=yes,closebuttoncaption=Fermer,EnableViewPortScale=yes'); > InAppBrowser crash. > Here the log on Xcode 5.0.1 > 2014-03-26 08:48:38.480 ParisFood[405:707] -[UILabel setMinimumScaleFactor:]: unrecognized selector sent to instance 0xecb7b10 > 2014-03-26 08:48:38.485 ParisFood[405:707] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UILabel setMinimumScaleFactor:]: unrecognized selector sent to instance 0xecb7b10' > *** First throw call stack: > (0x30fc588f 0x37303259 0x30fc8a9b 0x30fc7915 0x30f22650 0x49409 0x47bfd 0x43f8f 0x43bc5 0x223c9 0x21cef 0x21899 0x21a7f 0x21991 0x30f241fb 0x318e1747 0x30f99ad3 0x30f9929f 0x30f98045 0x30f1b4a5 0x30f1b36d 0x32f95439 0x3067ecd5 0x2808f 0x28050) > terminate called throwing an exception > Before on cordova 2.9 everything was working well !!! -- This message was sent by Atlassian JIRA (v6.2#6252)