<?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: Prevent navigation in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/prevent-navigation/m-p/531872#M49559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like this is still 'coming soon' as of April 2017, but as a work around you can place a div over top of the mapView div to 'catch' mouse/touch events. This will only work if the map is completely for display and the user will not need to click for an popup, etc. Here's some help to implement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A class="link-titled" href="http://stackoverflow.com/questions/5453370/displaying-one-div-on-top-of-another" title="http://stackoverflow.com/questions/5453370/displaying-one-div-on-top-of-another"&gt;html - Displaying one div on top of another - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Apr 2017 18:35:41 GMT</pubDate>
    <dc:creator>BrandonFlessner</dc:creator>
    <dc:date>2017-04-24T18:35:41Z</dc:date>
    <item>
      <title>Prevent navigation</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/prevent-navigation/m-p/531869#M49556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;(Please excuse my english)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I have to restrain my users to pan and zoom from the current view when they hit a button (they switch from navigation mode to edition mode).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I found that it was possible in the version 3.16 (&lt;A href="https://developers.arcgis.com/javascript/3/jshelp/intro_navigation.html" title="https://developers.arcgis.com/javascript/3/jshelp/intro_navigation.html"&gt;Map navigation | Guide | ArcGIS API for JavaScript&lt;/A&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I look into the &lt;A href="https://developers.arcgis.com/javascript/latest/guide/functionality-matrix/index.html" title="https://developers.arcgis.com/javascript/latest/guide/functionality-matrix/index.html"&gt;Functionality matrix | ArcGIS API for JavaScript 4.0&lt;/A&gt; and saw that "&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14.875px;"&gt;Enable/disable navigation" were coming soon, but I need it to work for the next month (diploma work)...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; font-size: 14.875px; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;A potential (and temporary) solution (waiting for the feature to release officially), would be to add an invisible layer over the map to get clicks and the drags and only follow the clicks to the map, but maybe there is a better solution ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; font-size: 14.875px; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;(And maybe my bad understanding of english made me miss or misunderstood something...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; font-size: 14.875px; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Thank you in advance for your answers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; font-size: 14.875px; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Robin Chappatte&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 16:35:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/prevent-navigation/m-p/531869#M49556</guid>
      <dc:creator>RobinChappatte</dc:creator>
      <dc:date>2016-05-26T16:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent navigation</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/prevent-navigation/m-p/531870#M49557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you already have a solution based on 3.16, I would stay with this version. I see no good reason to jump up to 4.0 considering the sheer number of missing items and functionality. I can assure you that ESRI will not be pushing out this feature within the next month. The User Conference is in one month so the company's internal focus will be on that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 16:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/prevent-navigation/m-p/531870#M49557</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2016-05-26T16:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent navigation</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/prevent-navigation/m-p/531871#M49558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, my work consist in adapting an existing project made with OpenLayer to use ArcGIS instead.&lt;/P&gt;&lt;P&gt;To make the best documentation possible, I want to face a maximum of solutions for each difficultie I encounter to make it easily maintainable if an other student have to resume it &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(and every option made me learn a little bit more about the web developpement &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 17:05:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/prevent-navigation/m-p/531871#M49558</guid>
      <dc:creator>RobinChappatte</dc:creator>
      <dc:date>2016-05-26T17:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent navigation</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/prevent-navigation/m-p/531872#M49559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like this is still 'coming soon' as of April 2017, but as a work around you can place a div over top of the mapView div to 'catch' mouse/touch events. This will only work if the map is completely for display and the user will not need to click for an popup, etc. Here's some help to implement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A class="link-titled" href="http://stackoverflow.com/questions/5453370/displaying-one-div-on-top-of-another" title="http://stackoverflow.com/questions/5453370/displaying-one-div-on-top-of-another"&gt;html - Displaying one div on top of another - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 18:35:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/prevent-navigation/m-p/531872#M49559</guid>
      <dc:creator>BrandonFlessner</dc:creator>
      <dc:date>2017-04-24T18:35:41Z</dc:date>
    </item>
  </channel>
</rss>

