<?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: Map click Event broken with 3.6compact version of API in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-click-event-broken-with-3-6compact-version-of/m-p/43495#M3766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just tested your code and you are 100% correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On desktop browsers, it only fires once.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On all the mobile browsers (iOS4, iOS5, Android 2, 4.0.2) I can test, it fires twice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Sep 2013 21:57:10 GMT</pubDate>
    <dc:creator>GISDev1</dc:creator>
    <dc:date>2013-09-01T21:57:10Z</dc:date>
    <item>
      <title>Map click Event broken with 3.6compact version of API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-click-event-broken-with-3-6compact-version-of/m-p/43494#M3765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think the map OnClick event is broken when using the JavaScript 3.6compact version on smartphones.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add this to your Init function..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; map.on("click", function (evt) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert("onClick Event beginning. SHOULD ONLY HAPPEN ONCE..");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }); &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This happens twice when running it on my smartphone.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 19:50:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-click-event-broken-with-3-6compact-version-of/m-p/43494#M3765</guid>
      <dc:creator>KarenRobine</dc:creator>
      <dc:date>2013-08-30T19:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Map click Event broken with 3.6compact version of API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-click-event-broken-with-3-6compact-version-of/m-p/43495#M3766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just tested your code and you are 100% correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On desktop browsers, it only fires once.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On all the mobile browsers (iOS4, iOS5, Android 2, 4.0.2) I can test, it fires twice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 21:57:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-click-event-broken-with-3-6compact-version-of/m-p/43495#M3766</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-09-01T21:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Map click Event broken with 3.6compact version of API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-click-event-broken-with-3-6compact-version-of/m-p/43496#M3767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been fighting with this problem, too. It persists in 3.7. The double-click doesn't happen on my Android tablets (4.1), just Android phones (2.3 and 4.1). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's pretty bad, because I am using dojox mobile Views. So, for example, when you select a basemap in the basemap gallery, the second event might fire right on the map zoom button, or show a popup infoWindow on the map!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any progress on a fix for this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 18:27:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-click-event-broken-with-3-6compact-version-of/m-p/43496#M3767</guid>
      <dc:creator>deleted-user-Jie3eyjOl9XM</dc:creator>
      <dc:date>2013-11-25T18:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Map click Event broken with 3.6compact version of API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-click-event-broken-with-3-6compact-version-of/m-p/43497#M3768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I've been fighting with this problem, too. It persists in 3.7. The double-click doesn't happen on my Android tablets (4.1), just Android phones (2.3 and 4.1). &lt;BR /&gt;&lt;BR /&gt;It's pretty bad, because I am using dojox mobile Views. So, for example, when you select a basemap in the basemap gallery, the second event might fire right on the map zoom button, or show a popup infoWindow on the map!&lt;BR /&gt;&lt;BR /&gt;Any progress on a fix for this?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's your fix:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/94963-Javascript-API-map-3.7-has-no-coordinates-when-handling-map-click?highlight=click+event+mappoint"&gt;http://forums.arcgis.com/threads/94963-Javascript-API-map-3.7-has-no-coordinates-when-handling-map-click?highlight=click+event+mappoint&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 18:50:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-click-event-broken-with-3-6compact-version-of/m-p/43497#M3768</guid>
      <dc:creator>KarenRobine</dc:creator>
      <dc:date>2013-11-25T18:50:53Z</dc:date>
    </item>
  </channel>
</rss>

