You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/12/04 14:24:51 UTC

[GitHub] JoeOsterfeld opened a new issue #79: Online event not firing on iOS or Android

JoeOsterfeld opened a new issue #79: Online event not firing on iOS or Android
URL: https://github.com/apache/cordova-plugin-network-information/issues/79
 
 
   Steps to repeat:
   1. Create a Cordova/Ionic app.
   2. Listen for onConnect events: 
   ```
   document.addEventListener('online', onOnline, false);
   function onOnline() {
       // This never fires
       console.log('I\'m online!');
   }
   ```
   
   ```
   Cordova:
   
      cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
      Cordova Platforms     : android 7.1.2, ios 4.5.5
      Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.2, cordova-plugin-ionic-webview 2.1.4, (and 14 other plugins)
   
   System:
      Android SDK Tools : 26.1.1 (/Users/username/Library/Android/sdk)
      ios-deploy        : 1.9.4
      ios-sim           : 7.0.0
      NodeJS            : v10.13.0 (/Users/username/.nvm/versions/node/v10.13.0/bin/node)
      npm               : 6.4.1
      OS                : macOS High Sierra
      Xcode             : Xcode 10.1 Build version 10B61
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org