Chirag Chauhan created CB-11342:
-----------------------------------
Summary: Online/Offline event not fired under VPN Connection
Key: CB-11342
URL: https://issues.apache.org/jira/browse/CB-11342
Project: Apache Cordova
Issue Type: Bug
Components: Plugin Network Information, Windows
Affects Versions: 4.0.0
Environment: Windows 8.1
Reporter: Chirag Chauhan
Hi,
I am working with Cordova Application targeted to Windows 8.1 platform. I am
registering the online/offline events using following code:
document.addEventListener("offline", jQuery.proxy(this.onOffline, this), false);
document.addEventListener("online", jQuery.proxy(this.onOnline,
this), false);
I am not able to get the online/offline events when my device is connected to
VPN. If the VPN is not enabled then, I am able to see the events getting fired
correctly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]