Numéro de bogue | BUG-000129375 |
Envoyé | Mar 13, 2020 |
Modified | Jan 18, 2021 |
Gravité | Medium |
S’applique à | ArcGIS Online |
Version trouvée | 7.4 |
Langage de programmation | N/D |
Plateforme serveur | N/A N/A |
Plateforme client | N/A N/A |
Base de données | N/D |
Paramètre régional | N/D |
Statut | Implemented |
Version corrigée | 8.3 |
Résolu par le fournisseur | N/A |
Bogue 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."
Informations supplémentaires
N/D
Autre 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>