<?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: Zoom Button are not working after update in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-button-are-not-working-after-update/m-p/1533997#M85560</link>
    <description>&lt;P&gt;I figured out that the problem is a bug in Angular / zone.js. Updating zone.js to 0.14.5 fixed the issue. See this reply:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-buttons-don-t-work-in-angular-map-component/m-p/1508900/highlight/true#M85098" target="_blank"&gt;https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-buttons-don-t-work-in-angular-map-component/m-p/1508900/highlight/true#M85098&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Sep 2024 06:22:50 GMT</pubDate>
    <dc:creator>infeo</dc:creator>
    <dc:date>2024-09-02T06:22:50Z</dc:date>
    <item>
      <title>Zoom Button are not working after update</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-button-are-not-working-after-update/m-p/1410096#M84339</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are using arcgis js sdk within our angular (17) application. We updated from&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642472"&gt;@ArcGIS&lt;/a&gt;/core@4.28.9 to&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642472"&gt;@ArcGIS&lt;/a&gt;/core@4.29.10 we realized that the zoom buttons are (most of the time) not working. Meaning by clicking on the "+" button the zoom level does not change. Using the mouse wheel to zoom works fine.&lt;/P&gt;&lt;P&gt;When downgrading to the older version the buttons work like intended.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also created an example:&amp;nbsp;&lt;A href="https://stackblitz.com/edit/stackblitz-starters-tlrh2e?file=package.json" target="_blank" rel="noopener"&gt;https://stackblitz.com/edit/stackblitz-starters-tlrh2e?file=package.json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To downgrade arcgis run:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;npm uninstall @ArcGIS/core
npm install @ArcGIS/core@4.28.9&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advanced&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;Edit: Duplicate of &lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-buttons-don-t-work-in-angular-map-component/m-p/1396223#M84012" target="_blank"&gt;https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-buttons-don-t-work-in-angular-map-component/m-p/1396223#M84012&lt;/A&gt;&amp;nbsp; =&amp;gt; Workaround see: &lt;A href="https://github.com/Esri/jsapi-resources/tree/main/esm-samples/jsapi-angular-cli#known-issues" target="_blank"&gt;https://github.com/Esri/jsapi-resources/tree/main/esm-samples/jsapi-angular-cli#known-issues&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 08:10:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-button-are-not-working-after-update/m-p/1410096#M84339</guid>
      <dc:creator>infeo</dc:creator>
      <dc:date>2024-04-16T08:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom Button are not working after update</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-button-are-not-working-after-update/m-p/1529309#M85527</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I recently switched over to 4.30 from 4.24 and the same thing happened to me too.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I develop my map with CDN. The zoom widget would work as a stand-alone map. But when I build my map into Drupal on the fly with Angular, the zoom control and home widget stopped working altogether.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this similar to what's been happening to you?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 11:36:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-button-are-not-working-after-update/m-p/1529309#M85527</guid>
      <dc:creator>AllenHuang</dc:creator>
      <dc:date>2024-08-29T11:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom Button are not working after update</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-button-are-not-working-after-update/m-p/1533997#M85560</link>
      <description>&lt;P&gt;I figured out that the problem is a bug in Angular / zone.js. Updating zone.js to 0.14.5 fixed the issue. See this reply:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-buttons-don-t-work-in-angular-map-component/m-p/1508900/highlight/true#M85098" target="_blank"&gt;https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-buttons-don-t-work-in-angular-map-component/m-p/1508900/highlight/true#M85098&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 06:22:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-button-are-not-working-after-update/m-p/1533997#M85560</guid>
      <dc:creator>infeo</dc:creator>
      <dc:date>2024-09-02T06:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom Button are not working after update</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-button-are-not-working-after-update/m-p/1534334#M85572</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I also think the bug in the zone.js library is the cause of the issue. I found out that the Angular version that I'm running my maps on runs zone.js v0.11.4. But I have no way of testing it at the moment.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 13:25:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-button-are-not-working-after-update/m-p/1534334#M85572</guid>
      <dc:creator>AllenHuang</dc:creator>
      <dc:date>2024-09-03T13:25:44Z</dc:date>
    </item>
  </channel>
</rss>

