<?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 Try using the geo code in in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014186#M35378</link>
    <description>&lt;P&gt;Try using the geo code in this sample: &lt;A href="https://github.com/xmnboy/hello-cordova" target="_blank"&gt;https://github.com/xmnboy/hello-cordova&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2015 18:57:17 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2015-05-29T18:57:17Z</dc:date>
    <item>
      <title>My App Geolocation functionality work only in Apple iPad and iPhone devices in xdk-ripple... in Android &amp; Windows Not work...</title>
      <link>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014180#M35372</link>
      <description>&lt;P&gt;tried CORDOVA 3.6.1, 4.0.1, 4.1.2 &amp;nbsp;// installed xdk again in Win 8.1 Pro &amp;nbsp;20-May-2015 &amp;nbsp;// Android Not crosswalk - yet to device test&lt;/P&gt;

&lt;P&gt;My App Geolocation functionality work only in Apple iPad and iPhone devices in xdk-ripple... in Android &amp;amp; Windows Not work...&lt;/P&gt;

&lt;P&gt;seems a Permision problem but used for Android:&lt;/P&gt;

&lt;P&gt;ACCESS_FINE_LOCATION;ACCESS_MOCK_LOCATION;ACCESS_NETWORK_STATE;INTERNET;ACCESS_COARSE_LOCATION;LOCATION_HARDWARE;ACCESS_LOCATION_EXTRA_COMMANDS;READ_CONTACTS;WRITE_CONTACTS&lt;/P&gt;

&lt;P&gt;I am getting this // but NOT in Apple devices - ripple:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;switch(error.code)&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;case 1: // PERMISSION_DENIED&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;errString&amp;nbsp;&amp;nbsp; &amp;nbsp;=&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;'Unable to obtain the location information ' +&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'because the device does not have permission '+&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;'to the use that service. Please enable GPS or WIFI/3G';&lt;/STRONG&gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;break;&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2015 16:57:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014180#M35372</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-05-23T16:57:59Z</dc:date>
    </item>
    <item>
      <title>In code used web geolocation</title>
      <link>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014181#M35373</link>
      <description>&lt;P&gt;In code used web geolocation api ... I also applied geolocation plugin...&lt;/P&gt;

&lt;P&gt;any hint...?&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2015 16:59:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014181#M35373</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-05-23T16:59:21Z</dc:date>
    </item>
    <item>
      <title>I also checked on Android</title>
      <link>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014182#M35374</link>
      <description>&lt;P&gt;I also checked on Android device and sees App can not access Internet&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Permission is:&lt;/P&gt;

&lt;P&gt;INTERNET&lt;/P&gt;

&lt;P&gt;Or I must insert also other for this?&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;In Domain white list I have (and check box checked)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;this includes all domains? Also to restrict for a domain &lt;STRONG&gt;I must use full URL&lt;/STRONG&gt; like &lt;A href="http://flickr.com" target="_blank"&gt;http://flickr.com&lt;/A&gt; or &lt;A href="http://www.myDomain.com" target="_blank"&gt;http://www.myDomain.com&lt;/A&gt;. and check box?&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2015 15:13:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014182#M35374</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-05-24T15:13:00Z</dc:date>
    </item>
    <item>
      <title>well?</title>
      <link>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014183#M35375</link>
      <description>&lt;P&gt;well?&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 13:25:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014183#M35375</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-05-27T13:25:15Z</dc:date>
    </item>
    <item>
      <title>for permission in Android</title>
      <link>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014184#M35376</link>
      <description>&lt;P&gt;for permission in Android settings&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I will insert&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: Roboto, sans-serif; font-size: 14px; line-height: 19px; background-color: rgb(249, 249, 249);"&gt;android.permission.INTERNET&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: Roboto, sans-serif; font-size: 14px; line-height: 19px; background-color: rgb(249, 249, 249);"&gt;or just&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: Roboto, sans-serif; font-size: 14px; line-height: 19px; background-color: rgb(249, 249, 249);"&gt;INTERNET&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;???&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 14:23:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014184#M35376</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-05-27T14:23:59Z</dc:date>
    </item>
    <item>
      <title>If your building with XDK you</title>
      <link>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014185#M35377</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;If your building with XDK you don't have to specify that because it comes with the cordova library .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 00:10:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014185#M35377</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-05-28T00:10:19Z</dc:date>
    </item>
    <item>
      <title>Try using the geo code in</title>
      <link>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014186#M35378</link>
      <description>&lt;P&gt;Try using the geo code in this sample: &lt;A href="https://github.com/xmnboy/hello-cordova" target="_blank"&gt;https://github.com/xmnboy/hello-cordova&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 18:57:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/My-App-Geolocation-functionality-work-only-in-Apple-iPad-and/m-p/1014186#M35378</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-05-29T18:57:17Z</dc:date>
    </item>
  </channel>
</rss>

