<?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 Which XDK version are you in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Navigator-connection-not-available/m-p/1099263#M68046</link>
    <description>&lt;P&gt;Which XDK version are you using?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2016 21:57:48 GMT</pubDate>
    <dc:creator>Amrita_C_Intel</dc:creator>
    <dc:date>2016-04-21T21:57:48Z</dc:date>
    <item>
      <title>Navigator.connection not available</title>
      <link>https://community.intel.com/t5/Software-Archive/Navigator-connection-not-available/m-p/1099261#M68044</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm building an app with Cordova 5.4.1 and I got the cordova-plugin-network-information; but in the emulator or on the device (iOS and Android) the navigator.connection is undefined.&lt;/P&gt;

&lt;P&gt;What am I doing wrong?&lt;/P&gt;

&lt;P&gt;Thanks for help!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 08:15:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Navigator-connection-not-available/m-p/1099261#M68044</guid>
      <dc:creator>Markus_W_1</dc:creator>
      <dc:date>2016-04-21T08:15:17Z</dc:date>
    </item>
    <item>
      <title>Once you added Cordova</title>
      <link>https://community.intel.com/t5/Software-Archive/Navigator-connection-not-available/m-p/1099262#M68045</link>
      <description>&lt;P style="margin-bottom: 1em; border: 0px; font-size: 15px; clear: both; color: rgb(36, 39, 41); font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; line-height: 19.5px;"&gt;Once you added Cordova&amp;nbsp;Network plugin, you can detect network details as:&lt;/P&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 1em; padding: 5px; border: 0px; font-size: 13px; width: auto; max-height: 600px; overflow: auto; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; word-wrap: normal; color: rgb(36, 39, 41); background-color: rgb(239, 240, 241);"&gt;&lt;CODE style="margin: 0px; padding: 0px; border: 0px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit;"&gt;function checkConnection() {
    var networkState = navigator.connection.type;

    var states = {};
    states[Connection.UNKNOWN]  = 'Unknown connection';
    states[Connection.ETHERNET] = 'Ethernet connection';
    states[Connection.WIFI]     = 'WiFi connection';
    states[Connection.CELL_2G]  = 'Cell 2G connection';
    states[Connection.CELL_3G]  = 'Cell 3G connection';
    states[Connection.CELL_4G]  = 'Cell 4G connection';
    states[Connection.CELL]     = 'Cell generic connection';
    states[Connection.NONE]     = 'No network connection';

    alert('Connection type: ' + states[networkState]);
}

checkConnection();&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Apr 2016 21:56:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Navigator-connection-not-available/m-p/1099262#M68045</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2016-04-21T21:56:55Z</dc:date>
    </item>
    <item>
      <title>Which XDK version are you</title>
      <link>https://community.intel.com/t5/Software-Archive/Navigator-connection-not-available/m-p/1099263#M68046</link>
      <description>&lt;P&gt;Which XDK version are you using?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 21:57:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Navigator-connection-not-available/m-p/1099263#M68046</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2016-04-21T21:57:48Z</dc:date>
    </item>
    <item>
      <title>Well, I forgot to include the</title>
      <link>https://community.intel.com/t5/Software-Archive/Navigator-connection-not-available/m-p/1099264#M68047</link>
      <description>&lt;P&gt;Well, I forgot to include the cordova.js! Thanks you.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 07:06:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Navigator-connection-not-available/m-p/1099264#M68047</guid>
      <dc:creator>Markus_W_1</dc:creator>
      <dc:date>2016-04-22T07:06:50Z</dc:date>
    </item>
  </channel>
</rss>

