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 2411311775 for ; Thu, 3 Jul 2014 14:34:25 +0000 (UTC) Received: (qmail 42616 invoked by uid 500); 3 Jul 2014 14:34:24 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 42592 invoked by uid 500); 3 Jul 2014 14:34:24 -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 42576 invoked by uid 99); 3 Jul 2014 14:34:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2014 14:34:24 +0000 Date: Thu, 3 Jul 2014 14:34:24 +0000 (UTC) From: "Andrew Grieve (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-6984) requestFileSystem does not always return after document reload 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-6984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve resolved CB-6984. ------------------------------- Resolution: Duplicate > requestFileSystem does not always return after document reload > -------------------------------------------------------------- > > Key: CB-6984 > URL: https://issues.apache.org/jira/browse/CB-6984 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin File > Affects Versions: 3.5.0 > Environment: - Experienced on Nexus 5 smartphone ( Android 4.4.3 ) > - File plugin 1.2.0 > Reporter: Zarko Hristovski > Attachments: fsreload.zip > > > Once in a while we need to reload the application ( document ) because a part of it is dynamic - downloaded from a server and injected into the app. > The problem is that sometimes and quite often, our app won't be able to compete its initialization since requestFileSystem neither succeeds nor fails, it just hangs there. This happens after location.reload(). It seems like some sort of timing issue and the number of attempts does not actually matter. > I'll include a slightly modified "hello world" app that should show the problem. > This doesn't seem to affect iOS. -- This message was sent by Atlassian JIRA (v6.2#6252)