<?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 Re: Locate Button in android project in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locate-button-in-android-project/m-p/713707#M66327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess it about enable geolocation in a webView. There is sample in &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://turbomanage.wordpress.com/2012/04/23/how-to-enable-geolocation-in-a-webview-android/" rel="nofollow" target="_blank"&gt;http://turbomanage.wordpress.com/2012/04/23/how-to-enable-geolocation-in-a-webview-android/&lt;/A&gt;&lt;SPAN&gt; and it solved the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2014 23:05:29 GMT</pubDate>
    <dc:creator>ArowanaIndah</dc:creator>
    <dc:date>2014-04-24T23:05:29Z</dc:date>
    <item>
      <title>Locate Button in android project</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locate-button-in-android-project/m-p/713704#M66324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, i'm using Locate Button sample in my android project. I save it as html file in my assets folder "file:///android_asset/index.html" and run it in my android webview. When i run it in my android, i can see the map but when i click the locate button it not working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did android support LocateButton widget or may be i miss something? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 06:29:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locate-button-in-android-project/m-p/713704#M66324</guid>
      <dc:creator>ArowanaIndah</dc:creator>
      <dc:date>2014-04-17T06:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Locate Button in android project</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locate-button-in-android-project/m-p/713705#M66325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is really difficult to troubleshoot!&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Were there any error messages in the console when you pressed the button?&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you confirm that the sample works from a web-server?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 12:43:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locate-button-in-android-project/m-p/713705#M66325</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-04-17T12:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Locate Button in android project</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locate-button-in-android-project/m-p/713706#M66326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi thank for reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;There is no error messages when i click the locate button in my android application and i run the sample from "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://developers.arcgis.com/javascript/samples/widget_locate/" rel="nofollow" target="_blank"&gt;http://developers.arcgis.com/javascript/samples/widget_locate/&lt;/A&gt;&lt;SPAN&gt;" using android browser and it show current location.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 00:43:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locate-button-in-android-project/m-p/713706#M66326</guid>
      <dc:creator>ArowanaIndah</dc:creator>
      <dc:date>2014-04-21T00:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Locate Button in android project</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locate-button-in-android-project/m-p/713707#M66327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess it about enable geolocation in a webView. There is sample in &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://turbomanage.wordpress.com/2012/04/23/how-to-enable-geolocation-in-a-webview-android/" rel="nofollow" target="_blank"&gt;http://turbomanage.wordpress.com/2012/04/23/how-to-enable-geolocation-in-a-webview-android/&lt;/A&gt;&lt;SPAN&gt; and it solved the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 23:05:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locate-button-in-android-project/m-p/713707#M66327</guid>
      <dc:creator>ArowanaIndah</dc:creator>
      <dc:date>2014-04-24T23:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Locate Button in android project</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locate-button-in-android-project/m-p/713708#M66328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;I guess it about enable geolocation in a webView. There is sample in &lt;A href="http://turbomanage.wordpress.com/2012/04/23/how-to-enable-geolocation-in-a-webview-android/"&gt;http://turbomanage.wordpress.com/2012/04/23/how-to-enable-geolocation-in-a-webview-android/&lt;/A&gt; and it solved the problem.&lt;BR /&gt;&lt;BR /&gt;Thank.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad you found a solution!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I figured it would be an Android issue and not a JSAPI issue &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 16:24:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locate-button-in-android-project/m-p/713708#M66328</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-04-25T16:24:09Z</dc:date>
    </item>
  </channel>
</rss>

