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 39610184D3 for ; Thu, 17 Dec 2015 07:35:47 +0000 (UTC) Received: (qmail 12200 invoked by uid 500); 17 Dec 2015 07:35:47 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 12163 invoked by uid 500); 17 Dec 2015 07:35:47 -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 11949 invoked by uid 99); 17 Dec 2015 07:35:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2015 07:35:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A88B42C1F6F for ; Thu, 17 Dec 2015 07:35:46 +0000 (UTC) Date: Thu, 17 Dec 2015 07:35:46 +0000 (UTC) From: "vB Results, LLC. (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CB-10152) cordova-ios 3.9.2: Links Unclickable During Remote Page Load: NSURLErrorDomain error -999 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-10152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] vB Results, LLC. closed CB-10152. --------------------------------- Resolution: Fixed > cordova-ios 3.9.2: Links Unclickable During Remote Page Load: NSURLErrorDomain error -999 > ----------------------------------------------------------------------------------------- > > Key: CB-10152 > URL: https://issues.apache.org/jira/browse/CB-10152 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Reporter: vB Results, LLC. > > If the content url in config.xml is remote, cordova-ios does not allow users to click links until the page is completely finished loading. In XCode's console I see the error "NSURLErrorDomain error -999" in an infinite loop after clicking. > Example of affected app: https://itunes.apple.com/us/app/business-advice-forum/id1060344371?mt=8 > The interim solution we have is to attach a click event handler that runs window.stop, but that is loaded on a remote script and until it's downloaded there is this sort of race condition, forcing us to put this code inline, very hacky workaround. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org