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

Nikhil Khandelwal commented on CB-11342:
----------------------------------------

This is likely a limitation of the Windows platform. Not sure we can do  much 
in Cordova plugin to resolve this.

> 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
>    Affects Versions: 4.0.0
>         Environment: Windows 8.1
>            Reporter: Chirag Chauhan
>              Labels: Windows
>
> 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]

Reply via email to