Experience Builder Version: 1.2 (running on ArcGIS Enterprise)
Is it possible to change the default location for docked popups in experience builder? The experience I am building defaults to the top-right of the screen which obstructs other tools.
Undocked:
Docked:
Solved! Go to Solution.
It is possible, but you need to modify the map widget code. You will need to make a copy of the map widget and place it in your extensions folder if you plan to modify it. In the mapbase.tsx file located under copiedmapwidget/src/runtime/components there are two functions for the view, initMapView and initSceneView. You could add the dockOptions object and position property to change the position in the view. For example,
It is possible, but you need to modify the map widget code. You will need to make a copy of the map widget and place it in your extensions folder if you plan to modify it. In the mapbase.tsx file located under copiedmapwidget/src/runtime/components there are two functions for the view, initMapView and initSceneView. You could add the dockOptions object and position property to change the position in the view. For example,
Awesome thank you David!
Hi @DavidMartinez,
Is it possible to achieve this same result in ArcGIS Online Experience Builder? The issue remains in ArcGIS Online where a docked pop-up in the right hand corner will obscure tools, and there is no option to configure default pop-up location.
Please let me know if I should submit this as an Idea.
Cheers,
Sam
Indeed. Pity that the dock position can't be changed to e.g. lower right corner. OR allow to move the position of the standard Search window, because it interferes with the docked popup. I am aware of the Search widget, but it is not as neat as the standard Search window.
We second this request. Is there any update on this @Jianxia ?
@Amanda__Huber Could you please submit an enhancement request to Esri Support? Currently the popup is handled by Map Viewer.
@Jianxia this is good to know, thanks for the additional information. I
'll submit an enhancement request.
Best,
Amanda
Hi @Jianxia and @Amanda__Huber
What is the status with the enhancement?
Jianxia wrote "Currently the popup is handled by Map Viewer." Can't ExB use the configuration from Map Viewer? Now if I save the Map Viewer with docked popups it won't be docked in ExB.
I would like to voice my support for this enhancement. Is there a way I can add my voice to that request? It would be really helpful, especially since the map viewer tools can't be moved.