<?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 Cant minimize widget in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cant-minimize-widget/m-p/1657587#M21113</link>
    <description>&lt;P class=""&gt;I’m creating a chat widget that’s powered by an LLM backend service.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;The issue I’m facing is that after I minimize the widget, I’m no longer able to drag or pan the map. It seems like the original widget area (set in Experience Builder) is still taking up space — minimizing it in React doesn’t actually make that area transparent or release the pointer events.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I’ve tried several approaches but haven’t had any luck so far. Has anyone run into a similar issue, and if so, how did you solve it?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141920i66AECF97D60D153B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141919i2147D25EE34E5C38/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Oct 2025 03:03:18 GMT</pubDate>
    <dc:creator>EdnaFuentes</dc:creator>
    <dc:date>2025-10-14T03:03:18Z</dc:date>
    <item>
      <title>Cant minimize widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cant-minimize-widget/m-p/1657587#M21113</link>
      <description>&lt;P class=""&gt;I’m creating a chat widget that’s powered by an LLM backend service.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;The issue I’m facing is that after I minimize the widget, I’m no longer able to drag or pan the map. It seems like the original widget area (set in Experience Builder) is still taking up space — minimizing it in React doesn’t actually make that area transparent or release the pointer events.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I’ve tried several approaches but haven’t had any luck so far. Has anyone run into a similar issue, and if so, how did you solve it?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141920i66AECF97D60D153B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/141919i2147D25EE34E5C38/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 03:03:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cant-minimize-widget/m-p/1657587#M21113</guid>
      <dc:creator>EdnaFuentes</dc:creator>
      <dc:date>2025-10-14T03:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cant minimize widget</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/cant-minimize-widget/m-p/1657593#M21114</link>
      <description>&lt;P&gt;This happens because the minimized chat widget still sits on top of the map.&lt;BR /&gt;Just set the container to ignore pointer events when minimized:&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.minimized {
  pointer-events: none;
  width: 0;
  height: 0;
  opacity: 0;
}&lt;/LI-CODE&gt;&lt;P&gt;Or hide it completely with display: none.&lt;BR /&gt;In Experience Builder, you can also dispatch:&lt;/P&gt;&lt;LI-CODE lang="css"&gt;appActions.widgetStatePropChange(widgetId, 'visible', false)&lt;/LI-CODE&gt;&lt;P&gt;That frees up the map for panning again.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 04:31:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/cant-minimize-widget/m-p/1657593#M21114</guid>
      <dc:creator>VenkataKondepati</dc:creator>
      <dc:date>2025-10-14T04:31:15Z</dc:date>
    </item>
  </channel>
</rss>

