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 DA50618DD5 for ; Sat, 17 Oct 2015 13:24:05 +0000 (UTC) Received: (qmail 65940 invoked by uid 500); 17 Oct 2015 13:24:05 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 65912 invoked by uid 500); 17 Oct 2015 13:24:05 -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 65901 invoked by uid 99); 17 Oct 2015 13:24:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Oct 2015 13:24:05 +0000 Date: Sat, 17 Oct 2015 13:24:05 +0000 (UTC) From: "jcesarmobile (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CB-9808) deviceready doesn't fire in iOS version of Chrome 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-9808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jcesarmobile closed CB-9808. ---------------------------- Resolution: Not A Problem are you trying to run the cordova app code on the iOS chrome browser? iOS chrome browser isn't really chrome, it's just a UIWebView with some modifications, that's probably why isChrome is false Anyway, I'm closing this, cordova code is supposed to be run in a cordova app, not in iOS chrome browser > deviceready doesn't fire in iOS version of Chrome > ------------------------------------------------- > > Key: CB-9808 > URL: https://issues.apache.org/jira/browse/CB-9808 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin File > Affects Versions: 3.0.0 > Environment: iOS 9.0.2 > Reporter: Sampsa Saarela > > Deviceready event doesn't fire in iOS version of Chrome. > In file src/browser/FileProxy.js isChrome variable returns false. > https://github.com/apache/cordova-plugin-file/blob/master/src/browser/FileProxy.js#L31 > If I force it to true the deviceready event firing, but I don't know why. And it's not probably correct solution. -- 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