<?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 Geolocate &amp;amp;amp;amp;amp; Geocoder are not working in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geolocate-amp-amp-amp-amp-geocoder-are-not-working/m-p/478701#M44485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just start putting the code together and so new to javascript API.&amp;nbsp; I run into a problems.&amp;nbsp; First, Geolocate not working on Firefox at all when you click the " Locate Button"and Chrome showed close by location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Second problem is that the clear button on the text input box is not working when you try to clear the text.&amp;nbsp; Only able to type the first time but noT able to clear it.&amp;nbsp; So perform the search anymore.&amp;nbsp; See here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://jsfiddle.net/2Qj7X/" rel="nofollow" target="_blank"&gt;http://jsfiddle.net/2Qj7X/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Got any ideas to make it to work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2014 16:37:26 GMT</pubDate>
    <dc:creator>MayJeff</dc:creator>
    <dc:date>2014-05-05T16:37:26Z</dc:date>
    <item>
      <title>Geolocate &amp;amp;amp;amp; Geocoder are not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geolocate-amp-amp-amp-amp-geocoder-are-not-working/m-p/478701#M44485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just start putting the code together and so new to javascript API.&amp;nbsp; I run into a problems.&amp;nbsp; First, Geolocate not working on Firefox at all when you click the " Locate Button"and Chrome showed close by location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Second problem is that the clear button on the text input box is not working when you try to clear the text.&amp;nbsp; Only able to type the first time but noT able to clear it.&amp;nbsp; So perform the search anymore.&amp;nbsp; See here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://jsfiddle.net/2Qj7X/" rel="nofollow" target="_blank"&gt;http://jsfiddle.net/2Qj7X/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Got any ideas to make it to work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 16:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geolocate-amp-amp-amp-amp-geocoder-are-not-working/m-p/478701#M44485</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2014-05-05T16:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Geolocate &amp; Geocoder are not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geolocate-amp-amp-amp-amp-geocoder-are-not-working/m-p/478702#M44486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Geolocate worked for me in Firefox using your JSFiddle. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It could be your browser settings (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://www.mozilla.org/en-US/firefox/geolocation/" rel="nofollow" target="_blank"&gt;https://www.mozilla.org/en-US/firefox/geolocation/&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What errors are you seeing in the console?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for clearing the text from your input box, it appears that your spotlight is being placed on top of the input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will want to change the z-index of your input container. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;div style="position:absolute; left:40px; top:10px; z-Index:999;"&amp;gt; &amp;nbsp;&amp;nbsp; &amp;lt;div id="search"&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 19:00:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geolocate-amp-amp-amp-amp-geocoder-are-not-working/m-p/478702#M44486</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-05-05T19:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Geolocate &amp; Geocoder are not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geolocate-amp-amp-amp-amp-geocoder-are-not-working/m-p/478703#M44487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you.&amp;nbsp; The second problem solve but I didn't see any errors on console when clicked the "Locate Button" for geLocate.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 19:51:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geolocate-amp-amp-amp-amp-geocoder-are-not-working/m-p/478703#M44487</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2014-05-05T19:51:09Z</dc:date>
    </item>
  </channel>
</rss>

