Unable to capture location in a survey when the survey is embedded in an ArcGIS Experience Builder web app embedded in another website.
上次发布: April 4, 2022ArcGIS Survey123
漏洞 ID 编号
BUG-000146657
已提交
February 7, 2022
上次修改时间
August 20, 2025
适用范围
ArcGIS Survey123
找到的版本
N/A
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
When ArcGIS Experience Builder is embedded in an external website, users must add the allow-geolocation attribute, which is missing in the sample code.
Add the following property in the iframe for it to work:
allow="geolocation https://experience.arcgis.com"
When a survey generates the embed code, it includes "allow="geolocation https://survey123.arcgis.com; ..."; users must do the same for ArcGIS Experience Builder when embedding it.