[jira] [Commented] (CB-2096) Online/Offline events no longer trigger when event listener is added

2013-01-23 Thread Kuan Yi Ming (JIRA)
that the documentation for online events in version 2.2.0 be updated to reflect the new timing change? Online/Offline events no longer trigger when event listener is added Key: CB-2096 URL: https

[jira] [Comment Edited] (CB-2096) Online/Offline events no longer trigger when event listener is added

2013-01-23 Thread Kuan Yi Ming (JIRA)
): Shazron, would it be safe to assume that the documentation for online events in version 2.2.0 be updated to reflect the new timing change? Online/Offline events no longer trigger when event listener is added

[jira] [Commented] (CB-2096) Online/Offline events no longer trigger when event listener is added

2013-01-23 Thread Shazron Abdullah (JIRA)
Online/Offline events no longer trigger when event listener is added Key: CB-2096 URL: https://issues.apache.org/jira/browse/CB-2096 Project: Apache Cordova Issue Type: Bug

[jira] [Created] (CB-2096) Online/Offline events no longer trigger when event listener is added

2012-12-21 Thread Kuan Yi Ming (JIRA)
Kuan Yi Ming created CB-2096: Summary: Online/Offline events no longer trigger when event listener is added Key: CB-2096 URL: https://issues.apache.org/jira/browse/CB-2096 Project: Apache Cordova

[jira] [Updated] (CB-2096) Online/Offline events no longer trigger when event listener is added

2012-12-21 Thread Kuan Yi Ming (JIRA)
. Affects both simulators and devices. Use the full example from http://docs.phonegap.com/en/2.2.0/cordova_events_events.md.html#online) Online/Offline events no longer trigger when event listener is added

[jira] [Updated] (CB-2096) Online/Offline events no longer trigger when event listener is added

2012-12-21 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2096: - Component/s: CordovaJS Added CordovaJS tag, could be a JS thing. Online/Offline

[jira] [Updated] (CB-2096) Online/Offline events no longer trigger when event listener is added

2012-12-21 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-2096: --- Unable to reproduce on the Nexus 10 running 4.2.1. Online/Offline events no longer trigger when

[jira] [Updated] (CB-2096) Online/Offline events no longer trigger when event listener is added

2012-12-21 Thread Joe Bowser (JIRA)
if it's reproducible on iOS and if not close this? Online/Offline events no longer trigger when event listener is added Key: CB-2096 URL: https://issues.apache.org/jira/browse/CB

[jira] [Commented] (CB-2096) Online/Offline events no longer trigger when event listener is added

2012-12-21 Thread Kuan Yi Ming (JIRA)
immediately after device ready? That is the behavior I get in 2.1.0 but not in 2.2.0. Online/Offline events no longer trigger when event listener is added Key: CB-2096 URL: https

[jira] [Commented] (CB-2096) Online/Offline events no longer trigger when event listener is added

2012-12-21 Thread Shazron Abdullah (JIRA)
, false); document.addEventListener(deviceready, onDeviceReady, false); } {code} Online/Offline events no longer trigger when event listener is added Key: CB-2096 URL

[jira] [Resolved] (CB-2096) Online/Offline events no longer trigger when event listener is added

2012-12-21 Thread Shazron Abdullah (JIRA)
. Online/Offline events no longer trigger when event listener is added Key: CB-2096 URL: https://issues.apache.org/jira/browse/CB-2096 Project: Apache Cordova Issue Type

RE: online/offline Events

2012-11-14 Thread Leutwyler, Markus
Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Dienstag, 13. November 2012 18:41 To: dev Subject: Re: online/offline Events The spec says to fire an online event whenever the connection type changes, and to fire an offline event only when you lose

Re: online/offline Events

2012-11-14 Thread Simon MacDonald
as Connection.NONE? What I'm seeing is that the event online is fired as Connection.NONE is passed in Markus -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Dienstag, 13. November 2012 18:41 To: dev Subject: Re: online/offline Events

Re: online/offline Events

2012-11-13 Thread Andrew Grieve
...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Mittwoch, 7. November 2012 16:27 To: dev Subject: Re: online/offline Events Here's the Android impl: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a=blob;f=framework/src/org/apache/cordova

[jira] [Created] (CB-1829) Online/Offline events do not fire on subsequent pages of an app

2012-11-09 Thread Simon MacDonald (JIRA)
Simon MacDonald created CB-1829: --- Summary: Online/Offline events do not fire on subsequent pages of an app Key: CB-1829 URL: https://issues.apache.org/jira/browse/CB-1829 Project: Apache Cordova

Re: online/offline Events

2012-11-07 Thread Simon MacDonald
Subject: Re: online/offline Events http://docs.phonegap.com/en/2.2.0/cordova_events_events.md.html#online http://docs.phonegap.com/en/2.2.0/cordova_events_events.md.html#offline Simon Mac Donald http://hi.im/simonmacdonald On Wed, Nov 7, 2012 at 9:36 AM, Leutwyler, Markus markus.leutwy

RE: online/offline Events

2012-11-07 Thread Leutwyler, Markus
I saw that ... but how is that handled by the platform specific plugins? Markus -Original Message- From: Simon MacDonald [mailto:simon.macdon...@gmail.com] Sent: Mittwoch, 7. November 2012 15:56 To: dev@cordova.apache.org Subject: Re: online/offline Events lolz I didn't read what list

Re: online/offline Events

2012-11-07 Thread Andrew Grieve
by the platform specific plugins? Markus -Original Message- From: Simon MacDonald [mailto:simon.macdon...@gmail.com] Sent: Mittwoch, 7. November 2012 15:56 To: dev@cordova.apache.org Subject: Re: online/offline Events lolz I didn't read what list this was on. The src for network.js