You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Gilles Benzerrouk (JIRA)" <ji...@apache.org> on 2014/03/27 17:21:14 UTC

[jira] [Created] (CB-6360) The InAppBrowser crash on IOS 6.1 and IOS 5.1 >NSInvalidArgumentException', reason: '-[UILabel setMinimumScaleFactor:

Gilles Benzerrouk created CB-6360:
-------------------------------------

             Summary: The InAppBrowser crash on IOS 6.1 and 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.4.0, 3.3.0
         Environment: Cordova 3.3 or 3.4 Xcode 5.0.1. Test on Ipad 2, Iphone 3GS
            Reporter: Gilles Benzerrouk


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)