Bug Number | BUG-000129375 |
Submitted | Mar 13, 2020 |
Modified | Jan 18, 2021 |
Severity | Medium |
Applies To | ArcGIS Online |
Version Found | 7.4 |
Prog Language | N/A |
Server Platform | N/A N/A |
Client Platform | N/A N/A |
Database | N/A |
Locale | N/A |
Status | Implemented |
Version Fixed | 8.3 |
SP Fixed | N/A |
Bug BUG-000129375
Synopsis
Creating a Web AppBuilder application using a Near Me widget which is embedded within ArcGIS Experience Builder returns the following error message, "Geolocation has been disabled in the document by Feature Policy."
Additional Information
N/A
Alternate Solution
Use the code value to enter the Iframe code:
<iframe width="1200" height="700" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="your application URL" allow="geolocation">
</iframe>