<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Cordova network information doesn't work on Windows 10 app in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Cordova-network-information-doesn-t-work-on-Windows-10-app/m-p/1181682#M79683</link>
    <description>&lt;P&gt;Hi, I've got an issue with cordova-plugin-network-information. I am making app for Android and Windows 10 desktop. When I use cordova network information plugin on Android device it work fine. On Windows 10 desktop it fails, there's no action. Here's my code:&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;document.addEventListener("offline", onOffline, false);
document.addEventListener("online", onOnline, false);

function onOffline() {
   alert('Not connected.');
   document.getElementById("networkInfo").textContent = "No connection";
}

function onOnline() {
   document.getElementById("networkInfo").textContent = "Connected";   
}&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;What could be the issue?&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2018 18:02:52 GMT</pubDate>
    <dc:creator>Tymek_T_</dc:creator>
    <dc:date>2018-01-10T18:02:52Z</dc:date>
    <item>
      <title>Cordova network information doesn't work on Windows 10 app</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-network-information-doesn-t-work-on-Windows-10-app/m-p/1181682#M79683</link>
      <description>&lt;P&gt;Hi, I've got an issue with cordova-plugin-network-information. I am making app for Android and Windows 10 desktop. When I use cordova network information plugin on Android device it work fine. On Windows 10 desktop it fails, there's no action. Here's my code:&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;document.addEventListener("offline", onOffline, false);
document.addEventListener("online", onOnline, false);

function onOffline() {
   alert('Not connected.');
   document.getElementById("networkInfo").textContent = "No connection";
}

function onOnline() {
   document.getElementById("networkInfo").textContent = "Connected";   
}&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;What could be the issue?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 18:02:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-network-information-doesn-t-work-on-Windows-10-app/m-p/1181682#M79683</guid>
      <dc:creator>Tymek_T_</dc:creator>
      <dc:date>2018-01-10T18:02:52Z</dc:date>
    </item>
  </channel>
</rss>

