<?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 Please take a look at in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Cordova-geolocation-Android/m-p/1003523#M31136</link>
    <description>&lt;P&gt;Please take a look at Question 21 on the this FAQs page and see if it is of help to you:&amp;nbsp;https://software.intel.com/en-us/xdk/faqs/cordova&lt;/P&gt;

&lt;P&gt;Q21: How do I resolve Geolocation issues with Cordova [Plugin]&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Apr 2015 18:31:34 GMT</pubDate>
    <dc:creator>Anusha_M_Intel1</dc:creator>
    <dc:date>2015-04-02T18:31:34Z</dc:date>
    <item>
      <title>Cordova geolocation Android</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-geolocation-Android/m-p/1003520#M31133</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;I'm having an issue with Cordova's Geolocation plugin on Android devices (and the emulator too).&lt;BR /&gt;
	&lt;BR /&gt;
	First off the plugin works fine on the iphone emulator but when I try to get my location using the code:&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;var suc = function(p){       
        if (p.coords.latitude != undefined)
        {
            if(!is_requesting)
                findEvents(p.coords.latitude, p.coords.longitude, isForMap);          
        }
    };
    var fail = function(errorObj){
        alert("geolocation failed");  
    };
    var options = {
        maximumAge: 90000,
        timeout: 50000,
        enableHighAccuracy: true
    };
    navigator.geolocation.getCurrentPosition(suc,fail,options);&lt;/PRE&gt;

&lt;P&gt;On Android this just times out and give me the error object message:&lt;BR /&gt;
	"&lt;SPAN style="color: rgb(196, 26, 22); font-family: Consolas, 'Lucida Console', monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 12px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: pre; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none;"&gt;Timeout expired&lt;/SPAN&gt;"&lt;BR /&gt;
	&lt;BR /&gt;
	I've tried setting enableHighAccuracy to true (and false) but neither seems to fix my problem.&lt;/P&gt;

&lt;P&gt;Any help on this would be greatly appreciated!!!&lt;BR /&gt;
	&lt;BR /&gt;
	Many thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:06:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-geolocation-Android/m-p/1003520#M31133</guid>
      <dc:creator>Gerald_C_</dc:creator>
      <dc:date>2015-04-01T10:06:49Z</dc:date>
    </item>
    <item>
      <title>Did you enable to Cordova</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-geolocation-Android/m-p/1003521#M31134</link>
      <description>&lt;P&gt;Did you enable to Cordova geolocation plugin?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2015 14:23:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-geolocation-Android/m-p/1003521#M31134</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-04-01T14:23:57Z</dc:date>
    </item>
    <item>
      <title>Yes I enabled the geolocation</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-geolocation-Android/m-p/1003522#M31135</link>
      <description>&lt;P&gt;Yes I enabled the geolocation plugin as the plugin works fine on iPhone emulators....&lt;BR /&gt;
	&lt;BR /&gt;
	Only on the &lt;STRONG&gt;android&lt;/STRONG&gt; emulators and phones, I am unable to get a geolocation...&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 10:29:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-geolocation-Android/m-p/1003522#M31135</guid>
      <dc:creator>Gerald_C_</dc:creator>
      <dc:date>2015-04-02T10:29:23Z</dc:date>
    </item>
    <item>
      <title>Please take a look at</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-geolocation-Android/m-p/1003523#M31136</link>
      <description>&lt;P&gt;Please take a look at Question 21 on the this FAQs page and see if it is of help to you:&amp;nbsp;https://software.intel.com/en-us/xdk/faqs/cordova&lt;/P&gt;

&lt;P&gt;Q21: How do I resolve Geolocation issues with Cordova [Plugin]&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 18:31:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-geolocation-Android/m-p/1003523#M31136</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-04-02T18:31:34Z</dc:date>
    </item>
    <item>
      <title>Thanks Anusha!</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-geolocation-Android/m-p/1003524#M31137</link>
      <description>&lt;P&gt;Thanks Anusha!&lt;BR /&gt;
	&lt;BR /&gt;
	Weirdly enough, when I actually built the app and installed it on my phone (so not using the emulator) the app &lt;STRONG&gt;was able&lt;/STRONG&gt; to retrieve a GPS coordinate so I think that possibly the plugin may not work on the emulator!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks again tho, that FAQ looks really useful!&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2015 17:18:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-geolocation-Android/m-p/1003524#M31137</guid>
      <dc:creator>Gerald_C_</dc:creator>
      <dc:date>2015-04-12T17:18:00Z</dc:date>
    </item>
    <item>
      <title>I am glad it worked out for</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-geolocation-Android/m-p/1003525#M31138</link>
      <description>&lt;P&gt;I am glad it worked out for you and Thank You for your support!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 21:15:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-geolocation-Android/m-p/1003525#M31138</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-04-17T21:15:55Z</dc:date>
    </item>
  </channel>
</rss>

