Hi everyone,
I’m reporting what looks like a bug in ArcGIS Map Components measurement components when the app is in a mobile/responsive layout (small viewport). This is not related to arcgis-expand or any custom UI—happens with the measurement component placed directly in the scene.
When using the Map Components 3D measurement tools, clicking/tapping “New measurement” opens a bottom instruction/overlay panel. After this panel appears, the SceneView stops receiving pointer/touch events, so I cannot place the first measurement point (and therefore can’t measure). This makes the tool unusable in mobile/responsive layouts.
This affects both:
Where it can be reproduced
Mobile devices (e.g., iOS Safari / WebKit)
Desktop Chrome as well: if the window is resized to a mobile width or via DevTools → Toggle Device Toolbar (mobile emulation)
Expected
After “New measurement”, tapping/clicking on the scene should place the first vertex and start the measurement workflow.
Actual
After “New measurement”, the overlay/instruction panel appears and the scene does not accept taps/clicks to place vertices (input seems blocked/captured by the overlay).
Official samples (component vs classic widget)
This issue is reproducible in Esri’s official Map Components sample for 3D measurement.
However, the classic/programmatic widget approach works as expected (points can be placed normally).
Steps to reproduce (quick)
Open the official Map Components 3D measurement live sample (link below).
Reduce viewport to a mobile size (or enable Device Toolbar).
Activate Area or Direct Line measurement.
Click/tap “New measurement”.
Try placing the first point on the scene → it doesn’t register.
Attachments
Links
Question
Is this a known issue with Map Components measurement tools in responsive/mobile layout?
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?
Any planned fix / target release?
Thanks!