You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2015/01/30 14:13:34 UTC

[jira] [Updated] (CB-8384) Add Windows platform support to Network Information plugin

     [ https://issues.apache.org/jira/browse/CB-8384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Grebnov updated CB-8384:
-------------------------------
    Description: 
1. There is currently only windows8 platform section in plugin.xml
{code}
<platform name="windows8">
{code}

To correctly add support of Windows Universal Platform we should create separate section below:
{code}
<platform name="windows">
{code}

2. Current implementation does not track connection status changed event. This could be added via NetworkInformation.NetworkStatusChanged (https://msdn.microsoft.com/library/windows/apps/windows.networking.connectivity.networkinformation.networkstatuschanged.aspx)

  was:
There is currently only windows8 platform section in plugin.xml
{code}
<platform name="windows8">
{code}

To correctly add support of Windows Universal Platform we should create separate section below:
{code}
<platform name="windows">
{code}


> Add Windows platform support to Network Information plugin
> ----------------------------------------------------------
>
>                 Key: CB-8384
>                 URL: https://issues.apache.org/jira/browse/CB-8384
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Plugin Network Information, Windows
>            Reporter: Sergey Grebnov
>            Assignee: Sergey Grebnov
>              Labels: cordova-plugin-network-information, plugins, windows
>
> 1. There is currently only windows8 platform section in plugin.xml
> {code}
> <platform name="windows8">
> {code}
> To correctly add support of Windows Universal Platform we should create separate section below:
> {code}
> <platform name="windows">
> {code}
> 2. Current implementation does not track connection status changed event. This could be added via NetworkInformation.NetworkStatusChanged (https://msdn.microsoft.com/library/windows/apps/windows.networking.connectivity.networkinformation.networkstatuschanged.aspx)



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