Bug-Nummer | BUG-000129375 |
Erzeugt am | Mar 13, 2020 |
Modified | Jan 18, 2021 |
Schweregrad | Medium |
Übernehmen für | ArcGIS Online |
Gefundene Version | 7.4 |
Progr.-Sprache | n. z. |
Server-Plattform | N/A N/A |
Client-Plattform | N/A N/A |
Datenbank | n. z. |
Gebietsschema | n. z. |
Status | Implemented |
Behoben in Version | 8.3 |
SP Fixed | N/A |
Bug BUG-000129375
Zusammenfassung
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."
Zusätzliche Informationen
n. z.
Alternative Lösung
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>