<?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: Bug: Map Components measurement tools block map interaction in mobile/responsive layout (Area + Direct Line, “New measurement” overlay captures in in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-map-components-measurement-tools-block-map/m-p/1688181#M88229</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115266"&gt;@AnneFitz&lt;/a&gt;&amp;nbsp;- I'll add that I noticed this same thing. And yes, my own measurement tools are wrapped in Expand components. Instead of setting up a Codepen, you can simply use the Esri sample:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/measurement-2d/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/sample-code/measurement-2d/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use the browser developer tools to adjust the screen size to a mobile device size, you will notice the effect that is being cited.&lt;/P&gt;&lt;P&gt;I will add that I set my Expand components' mode to "floating" as you suggested and it does appear to address the issue. However, I am not wholly sure what sort of impact this will have on non-mobile screens.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2026 22:25:14 GMT</pubDate>
    <dc:creator>LMFGeospatial</dc:creator>
    <dc:date>2026-03-03T22:25:14Z</dc:date>
    <item>
      <title>Bug: Map Components measurement tools block map interaction in mobile/responsive layout (Area + Direct Line, “New measurement” overlay captures input)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-map-components-measurement-tools-block-map/m-p/1684321#M88136</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;I’m reporting what looks like a &lt;STRONG&gt;bug in ArcGIS Map Components measurement components&lt;/STRONG&gt; when the app is in a &lt;STRONG&gt;mobile/responsive layout&lt;/STRONG&gt; (small viewport). This is &lt;STRONG&gt;not related to arcgis-expand&lt;/STRONG&gt; or any custom UI—happens with the measurement component placed directly in the scene.&lt;/P&gt;&lt;P&gt;When using the Map Components 3D measurement tools, clicking/tapping &lt;STRONG&gt;“New measurement”&lt;/STRONG&gt; opens a bottom instruction/overlay panel. After this panel appears, the &lt;STRONG&gt;SceneView stops receiving pointer/touch events&lt;/STRONG&gt;, so I &lt;STRONG&gt;cannot place the first measurement point&lt;/STRONG&gt; (and therefore can’t measure). This makes the tool unusable in mobile/responsive layouts.&lt;/P&gt;&lt;P&gt;This affects both:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;AreaMeasurement3D&lt;/STRONG&gt; (&lt;A href="https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/" target="_self"&gt;&amp;lt;arcgis-area-measurement-3d&amp;gt;&lt;/A&gt;)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Direct line measurement&lt;/STRONG&gt; (&lt;A title="" href="https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/" target="_self"&gt;&amp;lt;&lt;SPAN&gt;arcgis-direct-line-measurement-3d&lt;/SPAN&gt;&amp;gt;&lt;/A&gt;)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Where it can be reproduced&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Mobile devices&lt;/STRONG&gt; (e.g., iOS Safari / WebKit)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Desktop Chrome&lt;/STRONG&gt; as well: if the window is resized to a mobile width or via &lt;STRONG&gt;DevTools → Toggle Device Toolbar&lt;/STRONG&gt; (mobile emulation)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Expected&lt;/H3&gt;&lt;P&gt;After “New measurement”, tapping/clicking on the scene should place the first vertex and start the measurement workflow.&lt;/P&gt;&lt;H3&gt;Actual&lt;/H3&gt;&lt;P&gt;After “New measurement”, the overlay/instruction panel appears and the scene &lt;STRONG&gt;does not accept taps/clicks to place vertices&lt;/STRONG&gt; (input seems blocked/captured by the overlay).&lt;/P&gt;&lt;H3&gt;Official samples (component vs classic widget)&lt;/H3&gt;&lt;P&gt;This issue is reproducible in Esri’s official &lt;STRONG&gt;Map Components&lt;/STRONG&gt; sample for 3D measurement.&lt;BR /&gt;However, the &lt;STRONG&gt;classic/programmatic widget approach&lt;/STRONG&gt; works as expected (points can be placed normally).&lt;/P&gt;&lt;H3&gt;Steps to reproduce (quick)&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Open the official Map Components 3D measurement live sample (link below).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Reduce viewport to a mobile size (or enable Device Toolbar).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Activate Area or Direct Line measurement.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Click/tap &lt;STRONG&gt;“New measurement”&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Try placing the first point on the scene → it doesn’t register.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;Attachments&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Screen recording&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Links&lt;/H3&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;STRONG&gt;Official Map Components sample (repro):&lt;/STRONG&gt; &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/measurement-3d/live/" target="_self"&gt;https://developers.arcgis.com/javascript/latest/sample-code/measurement-3d/live/&lt;/A&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;STRONG&gt;Classic widget sample (works):&lt;/STRONG&gt; &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-measurement/live/" target="_self"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-measurement/live/&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Question&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is this a known issue with Map Components measurement tools in responsive/mobile layout?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there a recommended workaround (e.g., configuration/CSS to prevent the overlay from capturing pointer events), or should we prefer the classic widget for mobile?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Any planned fix / target release?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 14:56:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-map-components-measurement-tools-block-map/m-p/1684321#M88136</guid>
      <dc:creator>EmrahAydemir</dc:creator>
      <dc:date>2026-02-13T14:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: Map Components measurement tools block map interaction in mobile/responsive layout (Area + Direct Line, “New measurement” overlay captures in</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-map-components-measurement-tools-block-map/m-p/1684720#M88142</link>
      <description>&lt;P&gt;Hi, the issue that you're experiencing seems to be related to the components being wrapped in arcgis-expand, which uses the "drawer" mode by default in mobile view. To change the default, set the expand component's `mode` to "floating".&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;This is&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;not related to arcgis-expand&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;or any custom UI—happens with the measurement component placed directly in the scene.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;We were not able to reproduce this issue when the component was added directly to the scene. Could you share a Codepen or some sort of reproduction case if you are still experiencing this issue? Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 15:35:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-map-components-measurement-tools-block-map/m-p/1684720#M88142</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2026-02-17T15:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: Map Components measurement tools block map interaction in mobile/responsive layout (Area + Direct Line, “New measurement” overlay captures in</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-map-components-measurement-tools-block-map/m-p/1688181#M88229</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115266"&gt;@AnneFitz&lt;/a&gt;&amp;nbsp;- I'll add that I noticed this same thing. And yes, my own measurement tools are wrapped in Expand components. Instead of setting up a Codepen, you can simply use the Esri sample:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/measurement-2d/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/sample-code/measurement-2d/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use the browser developer tools to adjust the screen size to a mobile device size, you will notice the effect that is being cited.&lt;/P&gt;&lt;P&gt;I will add that I set my Expand components' mode to "floating" as you suggested and it does appear to address the issue. However, I am not wholly sure what sort of impact this will have on non-mobile screens.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 22:25:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-map-components-measurement-tools-block-map/m-p/1688181#M88229</guid>
      <dc:creator>LMFGeospatial</dc:creator>
      <dc:date>2026-03-03T22:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bug: Map Components measurement tools block map interaction in mobile/responsive layout (Area + Direct Line, “New measurement” overlay captures in</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-map-components-measurement-tools-block-map/m-p/1688375#M88232</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;I will add that I set my Expand components' mode to "floating" as you suggested and it does appear to address the issue. However, I am not wholly sure what sort of impact this will have on non-mobile screens.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;There should be no impact on non-mobile screens. The default "mode" is "auto" - which switches between "floating" on non-mobile, and "drawer" in mobile mode. Changing the mode to "floating" will only impact the behavior on mobile, since the default is already "floating" for non-mobile! See the documentation for more information:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-expand/#mode" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-expand/#mode&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 16:01:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-map-components-measurement-tools-block-map/m-p/1688375#M88232</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2026-03-04T16:01:22Z</dc:date>
    </item>
  </channel>
</rss>

