Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.3.0, 3.4.0
-
None
-
Cordova 3.3 or 3.4 Xcode 5.0.1. Test on Ipad 2, Iphone 3GS
Description
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
- First throw call stack:
-
Before on cordova 2.9 everything was working well !!!
Attachments
Issue Links
- duplicates
-
CB-6360 The InAppBrowser crash on IOS 5.1 >NSInvalidArgumentException', reason: '-[UILabel setMinimumScaleFactor:
- Closed