Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5B65E200C31 for ; Wed, 8 Mar 2017 23:49:42 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5A05C160B83; Wed, 8 Mar 2017 22:49:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A350C160B73 for ; Wed, 8 Mar 2017 23:49:41 +0100 (CET) Received: (qmail 54973 invoked by uid 500); 8 Mar 2017 22:49:40 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 54962 invoked by uid 99); 8 Mar 2017 22:49:40 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Mar 2017 22:49:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 71879C3B2C for ; Wed, 8 Mar 2017 22:49:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id w8QXQeoXP1TV for ; Wed, 8 Mar 2017 22:49:39 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 39C885F5C4 for ; Wed, 8 Mar 2017 22:49:39 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 66FC6E00D9 for ; Wed, 8 Mar 2017 22:49:38 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id EC71E24369 for ; Wed, 8 Mar 2017 22:49:37 +0000 (UTC) Date: Wed, 8 Mar 2017 22:49:37 +0000 (UTC) From: "jcesarmobile (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CB-12545) Inappbrowser crashes in iPhone 5 or 5c MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Mar 2017 22:49:42 -0000 [ https://issues.apache.org/jira/browse/CB-12545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jcesarmobile closed CB-12545. ----------------------------- Resolution: Not A Problem Values for location are yes or no, you are using false, that causes your problem Quoting the doc: {quote} location: Set to yes or no to turn the InAppBrowser's location bar on or off. {quote} > Inappbrowser crashes in iPhone 5 or 5c > -------------------------------------- > > Key: CB-12545 > URL: https://issues.apache.org/jira/browse/CB-12545 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin InAppBrowser > Affects Versions: 6.4.0 > Environment: iPhone 5, iPhone 5c, iOS 10.2.1, ionic 2 > Reporter: Alex Yang > Assignee: jcesarmobile > Priority: Critical > Labels: inappbrowser > > When using the InAppBrowser plugin in an ionic 2 project, the InAppBrowser window would not display in iPhone 5 or iPhone 5c. > Example code: > new InAppBrowser(url, '_blank', 'location=false'); > The logs: > 2017-03-07 09:30:20.204 My App[19636:7391110] -[__NSCFString charValue]: unrecognized selector sent to instance 0x7ca47270 > 2017-03-07 09:30:20.206 My App[19636:7391110] *** WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate: -[__NSCFString charValue]: unrecognized selector sent to instance 0x7ca47270 > I suspect it is similar to http://stackoverflow.com/questions/31408909/nscfstring-charvalue-unrecognized-selector-sent-to-instance > When I use "_self" instead of "_blank", there is no problem opening the system browser. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org