<?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 Problem on using MouseMove to show Coordinate in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-on-using-mousemove-to-show-coordinate/m-p/655458#M61124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to has mouse move event to show coordinate and followed this thread for map click event:&lt;A href="https://community.esri.com/thread/102184"&gt;Javascript API map 3.7 has no coordinates when handling map click&lt;/A&gt; &lt;/P&gt;&lt;P&gt;For some reasons, onMouseMove is totally not working at all and map click is working fine using the thread mentioned above.&amp;nbsp; Here is my JSFiddler: &lt;A href="http://jsfiddle.net/MayJeff00/j2h67409/" title="http://jsfiddle.net/MayJeff00/j2h67409/"&gt;Edit fiddle - JSFiddle&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Is this another bug?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2015 18:24:11 GMT</pubDate>
    <dc:creator>MayJeff</dc:creator>
    <dc:date>2015-01-26T18:24:11Z</dc:date>
    <item>
      <title>Problem on using MouseMove to show Coordinate</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-on-using-mousemove-to-show-coordinate/m-p/655458#M61124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to has mouse move event to show coordinate and followed this thread for map click event:&lt;A href="https://community.esri.com/thread/102184"&gt;Javascript API map 3.7 has no coordinates when handling map click&lt;/A&gt; &lt;/P&gt;&lt;P&gt;For some reasons, onMouseMove is totally not working at all and map click is working fine using the thread mentioned above.&amp;nbsp; Here is my JSFiddler: &lt;A href="http://jsfiddle.net/MayJeff00/j2h67409/" title="http://jsfiddle.net/MayJeff00/j2h67409/"&gt;Edit fiddle - JSFiddle&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Is this another bug?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 18:24:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-on-using-mousemove-to-show-coordinate/m-p/655458#M61124</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2015-01-26T18:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on using MouseMove to show Coordinate</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-on-using-mousemove-to-show-coordinate/m-p/655459#M61125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey May,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what isn't working exactly? Looking at your fiddle when I move my mouse over the map the coordinates change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 18:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-on-using-mousemove-to-show-coordinate/m-p/655459#M61125</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-01-26T18:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on using MouseMove to show Coordinate</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-on-using-mousemove-to-show-coordinate/m-p/655460#M61126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using browser like chrome, firefox, and etc then it works but if you test it on different devices like iPhone, Andriod then mouse-move didn't seem to work.&lt;/P&gt;&lt;P&gt;Looks at the code on JSFiddler-&lt;/P&gt;&lt;P&gt;If I comment out this line map.on("mouse-move", showCoordinates) and replace it with this dojo.connect(map, "onMouseOver", showCoordinates1); that is similar to this thread for map click -&lt;A href="https://community.esri.com/thread/102184"&gt;Javascript API map 3.7 has no coordinates when handling map click&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Instead of using map click, I would like to use mouse-move event on my mobile app.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 18:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-on-using-mousemove-to-show-coordinate/m-p/655460#M61126</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2015-01-26T18:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on using MouseMove to show Coordinate</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-on-using-mousemove-to-show-coordinate/m-p/655461#M61127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a mouse-drag event. Maybe that's what needs to be set up if you determine that the visitor is using a smartphone?..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 19:39:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-on-using-mousemove-to-show-coordinate/m-p/655461#M61127</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2015-01-26T19:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on using MouseMove to show Coordinate</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-on-using-mousemove-to-show-coordinate/m-p/655462#M61128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try it still not working.&amp;nbsp; ESRI sample here: &lt;A href="http://developers.arcgis.com/javascript/samples/map_xycoords/" title="http://developers.arcgis.com/javascript/samples/map_xycoords/"&gt;Create Map Display Mouse Coordinates&lt;/A&gt;&amp;nbsp; also not show on mobile devices.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 20:33:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-on-using-mousemove-to-show-coordinate/m-p/655462#M61128</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2015-01-26T20:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on using MouseMove to show Coordinate</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-on-using-mousemove-to-show-coordinate/m-p/655463#M61129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would add dojo/touch and update your coordinates on touch.press. That covers mouse-down when a mouse is present and touchstart when a touchscreen is in use. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://dojotoolkit.org/reference-guide/1.10/dojo/touch.html" title="http://dojotoolkit.org/reference-guide/1.10/dojo/touch.html"&gt;dojo/touch — The Dojo Toolkit - Reference Guide&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 20:52:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-on-using-mousemove-to-show-coordinate/m-p/655463#M61129</guid>
      <dc:creator>JoshHevenor</dc:creator>
      <dc:date>2015-02-02T20:52:24Z</dc:date>
    </item>
  </channel>
</rss>

