When ArcGIS Experience Builder contains a web scene with multiple feature layers and a 3D layer, the app reloads on iOS version 17.x.
ArcGIS Online
漏洞 ID 编号
BUG-000169506
已提交
July 29, 2024
上次修改时间
September 19, 2025
适用范围
ArcGIS Online
找到的版本
June 2024
操作系统
Apple iOS
操作系统版本
17.x
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
It is a JavaScript API limitation. It can only use the 2G memory of the iPhone. If the data is very large, it exceeds the memory and causes the app to reload.
解决办法
Limit the scale range of the large point layers to zoom in.
Bin the points in hexbins to view data at small scales.
Filter features by the type to display only the major type at a small scale and create another feature layer to display all features at a large scale.
Publish a tile layer from a feature layer from the layer item page. This layer is also used to display data at a small scale as it also supports pop-ups.
Refer to the documentation for more information: https://pro.arcgis.com/en/pro-app/latest/help/mapping/map-authoring/author-a-multiscaled-map.htm.