<?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 moving when lifting finger off map in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-moving-when-lifting-finger-off-map/m-p/422003#M9894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad to help. Don't forget to mark my post as the answer if you feel this solves your problem. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 14:56:16 GMT</pubDate>
    <dc:creator>IsaiahAguilera</dc:creator>
    <dc:date>2013-08-23T14:56:16Z</dc:date>
    <item>
      <title>map moving when lifting finger off map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-moving-when-lifting-finger-off-map/m-p/421998#M9889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have logged a problem with ESRI and they don't have a solution but created a bug ticket.&amp;nbsp; The problem is that when I lift my finger off the map, the map moves.&amp;nbsp; Making it impossible to actually center the map to an exact point.&amp;nbsp; It only occurs on Android tablets and IPads. On smart phones we weren't able to re-create problem.&amp;nbsp; I really need a work around in the mean time.&amp;nbsp; So far the only work-around is to use version 3 which doesn't have this problem.&amp;nbsp; I need to use version 3.1+ but each version after 3.0 has the problem.&amp;nbsp; Anyone have a work around.&amp;nbsp; Does panEasingFactor have something to do with it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 00:41:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-moving-when-lifting-finger-off-map/m-p/421998#M9889</guid>
      <dc:creator>DewayneKorth1</dc:creator>
      <dc:date>2013-08-21T00:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: map moving when lifting finger off map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-moving-when-lifting-finger-off-map/m-p/421999#M9890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you try with the latest 3.4 release?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We tweaked the touch handling to prevent that problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 17:07:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-moving-when-lifting-finger-off-map/m-p/421999#M9890</guid>
      <dc:creator>YannCabon</dc:creator>
      <dc:date>2013-08-21T17:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: map moving when lifting finger off map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-moving-when-lifting-finger-off-map/m-p/422000#M9891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I discovered the problem using agslib-3.4-2013-06-30/Flex 4.6/Air 3.5.&amp;nbsp; It doesn't seem to occur on smart phones but does on Asus Pad Infinity Tablet and IPad 3.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 17:12:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-moving-when-lifting-finger-off-map/m-p/422000#M9891</guid>
      <dc:creator>DewayneKorth1</dc:creator>
      <dc:date>2013-08-21T17:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: map moving when lifting finger off map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-moving-when-lifting-finger-off-map/m-p/422001#M9892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dewayne,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I know what you are talking about. I tend to just deal with it but if you really wanted to get around it you could assign a mouseMove event and a mouseUp event to the map in question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So your mouseMove would look like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;myMap.panEnabled = true;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;and your mouseUp&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;myMap.panEnabled = false;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Its obviously not a perfect solution but it lets you pan with precision.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 17:22:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-moving-when-lifting-finger-off-map/m-p/422001#M9892</guid>
      <dc:creator>IsaiahAguilera</dc:creator>
      <dc:date>2013-08-22T17:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: map moving when lifting finger off map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-moving-when-lifting-finger-off-map/m-p/422002#M9893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Dewayne,&lt;BR /&gt;I know what you are talking about. I tend to just deal with it but if you really wanted to get around it you could assign a mouseMove event and a mouseUp event to the map in question.&lt;BR /&gt;&lt;BR /&gt;So your mouseMove would look like.&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;myMap.panEnabled = true;&lt;/PRE&gt;&lt;BR /&gt;and your mouseUp&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;myMap.panEnabled = false;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Its obviously not a perfect solution but it lets you pan with precision.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you! I figured there was a work-around besides reverting to 3.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 13:58:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-moving-when-lifting-finger-off-map/m-p/422002#M9893</guid>
      <dc:creator>DewayneKorth1</dc:creator>
      <dc:date>2013-08-23T13:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: map moving when lifting finger off map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-moving-when-lifting-finger-off-map/m-p/422003#M9894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad to help. Don't forget to mark my post as the answer if you feel this solves your problem. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 14:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-moving-when-lifting-finger-off-map/m-p/422003#M9894</guid>
      <dc:creator>IsaiahAguilera</dc:creator>
      <dc:date>2013-08-23T14:56:16Z</dc:date>
    </item>
  </channel>
</rss>

