Web applications consumed within ArcGIS Experience Builder using the Embed widget within a Section have difficulty loading, and have to be often refreshed for the map to display properly.
上次发布: June 10, 2020ArcGIS Online
漏洞 ID 编号
BUG-000130761
已提交
May 11, 2020
上次修改时间
August 5, 2025
适用范围
ArcGIS Online
找到的版本
8.1
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This issue does not root in ExB but rather in the user app which the given URL directs to.
In the embedded app, it uses the CSS style 'display: block/none', but when the app is in 'display none' mode, the function from the app code 'this.map.getSize()' unable to get the correct DOM size for the map, causing the following problems.
The issue is reproduced when using the src={URL} in a switch tab code demo, outside of the ExB framework.