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 212031038C for ; Tue, 7 Jan 2014 16:02:23 +0000 (UTC) Received: (qmail 43752 invoked by uid 500); 7 Jan 2014 15:58:05 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 43700 invoked by uid 500); 7 Jan 2014 15:58:02 -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 43597 invoked by uid 99); 7 Jan 2014 15:57:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jan 2014 15:57:52 +0000 Date: Tue, 7 Jan 2014 15:57:52 +0000 (UTC) From: "Andrew Grieve (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-5733) Cannot close child window in iOS7 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-5733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve resolved CB-5733. ------------------------------- Resolution: Fixed Assignee: Andrew Grieve Fix applied to v0.3.1-dev Thanks for pointing this out. I think the issue is that .close() didn't work if called too quickly (maybe you want to use the hidden=yes option?). I believe my patch fixes it anyways. > Cannot close child window in iOS7 > --------------------------------- > > Key: CB-5733 > URL: https://issues.apache.org/jira/browse/CB-5733 > Project: Apache Cordova > Issue Type: Bug > Components: iOS, Plugin InAppBrowser > Environment: iPhone 4s iOS 7 > Reporter: Anant Sajnani > Assignee: Andrew Grieve > > I can't close child window in iOS7. Works on android > refTest= window.open("http://www.cnn.com","_blank"); > refTest.close(); -- This message was sent by Atlassian JIRA (v6.1.5#6160)