You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Pietro Mingo (JIRA)" <ji...@apache.org> on 2016/02/09 17:31:18 UTC

[jira] [Commented] (CB-8462) Android triggers "online" event multiple times

    [ https://issues.apache.org/jira/browse/CB-8462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15139155#comment-15139155 ] 

Pietro Mingo commented on CB-8462:
----------------------------------

Happen the same to me, plugin version 1.2.0 

> Android triggers "online" event multiple times
> ----------------------------------------------
>
>                 Key: CB-8462
>                 URL: https://issues.apache.org/jira/browse/CB-8462
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Network Information
>    Affects Versions: 4.1.3
>         Environment: Android KitKat
>            Reporter: Julian Frumar
>
> Note: The bug entry form wouldn't let me enter the correct versions because it said they don't exist.
> Using Cordova CLI 4.2.0 and the latest (0.2.14) version of the org.apache.cordova.network-information plugin, we are seeing many many "online" events, resulting in Android devices repeatedly hitting our server for updates.
> To confirm the issue:
> - Create a new cordova project
> - platform add android
> - cordova plugin add org.apache.cordova.network-information
> Then add:
>         document.addEventListener('offline', this.onOffline, false);
>         document.addEventListener('online', this.onOnline, false);
> and console.log each time the event's received.
> I am seeing it 3 or 4 times each time I toggle Airplane mode on my Samsung S5. We are seeing this in our logs for a wide variety of Android devices in the wild however.



--
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