HOW TO
In Web AppBuilder for ArcGIS, the in-panel widget can be set to automatically start upon loading the web map. However, by default, even if the in-panel widget is started, it is required to click the widget to display the Legend window. In the Web AppBuilder for ArcGIS widgets configurations, each in-panel widget contains a Boolean property, openAtStart, which is set as false by default. For more information about in-panel and off-panel widgets, refer to the following web help document, Web AppBuilder for ArcGIS (Developer Edition): In-panel and off-panel widgets.
This behavior can be altered by modifying the openAtStart property in the app config.json file.
"widgets:[ ]") "widgets":[ { "uri":"widgets/Legend/Widget", "version":"4.3", "openAtStart": true, }]
Article ID: 000014464
Get help from ArcGIS experts
Download the Esri Support App